Shades of Hot Magenta #FA0CCD
Tints of Hot Magenta #FA0CCD
RGB
CMYK
RGB Variations
Color information
#FA0CCD (or 0xFA0CCD) is known color: Hot Magenta. HEX triplet: FA, 0C and CD. RGB value is (250,12,205). Sum of RGB (Red+Green+Blue) = 250+12+205=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 12 (5.08% from 255 or 2.57% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0CCD is #05F332. Grayscale: #686868. Windows color (decimal): -389939 or 13438202. OLE color: 13438202.
HSL color Cylindrical-coordinate representation of color #FA0CCD: hue angle of 311.34º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0CCD is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 205 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.02 |
| HSL | 311.34º | 0.96% | 0.51% | - |
| HSV(B) | 311.34º | 0.95% | 0.98% | - |
| XYZ | 50.58 | 24.99 | 59.92 | - |
| YUV | 105.16 | 184.35 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 205 | 0 | 0.95 | 0.18 | 0.02 | 311.34 | 0.96 | 0.51 |
| Hex | FA | C | CD | 0 | 5F | 12 | 2 | 137 | 60 | 33 |
| Octal | 372 | 14 | 315 | 0 | 137 | 22 | 2 | 467 | 140 | 63 |
| Binary | 11111010 | 1100 | 11001101 | 0 | 1011111 | 10010 | 10 | 100110111 | 1100000 | 110011 |
Color Harmonies of #FA0CCD
Complementary color
Monochromatic Colors of #FA0CCD
Black with #FA0CCD
Text Example
Text Example
White with #FA0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0CCD; }
p { color: rgb(250,12,205); }
H1.HeaderClassName
{
color: #FA0CCD;
}
.AnyTagClassName
{
color: #FA0CCD;
}
</style>
background-color css
<style>
a { background-color: #FA0CCD; }
a { background-color: rgb(250,12,205); }
div.DivClassName
{
background-color: #FA0CCD;
}
.BgClassName
{
background-color: #FA0CCD;
}
</style>
border-color css
<style>
span { border-color: #FA0CCD; }
span { border-color: rgb(250,12,205); }
td.TdClassName
{
border-color: #FA0CCD;
}
.TagClassName
{
border-color: #FA0CCD;
}
</style>