Shades of Hot Magenta #FA08CE
Tints of Hot Magenta #FA08CE
RGB
CMYK
RGB Variations
Color information
#FA08CE (or 0xFA08CE) is known color: Hot Magenta. HEX triplet: FA, 08 and CE. RGB value is (250,8,206). Sum of RGB (Red+Green+Blue) = 250+8+206=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 8 (3.52% from 255 or 1.72% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA08CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA08CE is #05F731. Grayscale: #666666. Windows color (decimal): -390962 or 13502714. OLE color: 13502714.
HSL color Cylindrical-coordinate representation of color #FA08CE: hue angle of 310.91º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA08CE is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 206 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.02 |
| HSL | 310.91º | 0.96% | 0.51% | - |
| HSV(B) | 310.91º | 0.97% | 0.98% | - |
| XYZ | 50.65 | 24.95 | 60.54 | - |
| YUV | 102.93 | 186.17 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 206 | 0 | 0.97 | 0.18 | 0.02 | 310.91 | 0.96 | 0.51 |
| Hex | FA | 8 | CE | 0 | 61 | 12 | 2 | 137 | 60 | 33 |
| Octal | 372 | 10 | 316 | 0 | 141 | 22 | 2 | 467 | 140 | 63 |
| Binary | 11111010 | 1000 | 11001110 | 0 | 1100001 | 10010 | 10 | 100110111 | 1100000 | 110011 |
Color Harmonies of #FA08CE
Complementary color
Monochromatic Colors of #FA08CE
Black with #FA08CE
Text Example
Text Example
White with #FA08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA08CE; }
p { color: rgb(250,8,206); }
H1.HeaderClassName
{
color: #FA08CE;
}
.AnyTagClassName
{
color: #FA08CE;
}
</style>
background-color css
<style>
a { background-color: #FA08CE; }
a { background-color: rgb(250,8,206); }
div.DivClassName
{
background-color: #FA08CE;
}
.BgClassName
{
background-color: #FA08CE;
}
</style>
border-color css
<style>
span { border-color: #FA08CE; }
span { border-color: rgb(250,8,206); }
td.TdClassName
{
border-color: #FA08CE;
}
.TagClassName
{
border-color: #FA08CE;
}
</style>