Shades of Hot Magenta #FA05CE
Tints of Hot Magenta #FA05CE
RGB
CMYK
RGB Variations
Color information
#FA05CE (or 0xFA05CE) is known color: Hot Magenta. HEX triplet: FA, 05 and CE. RGB value is (250,5,206). Sum of RGB (Red+Green+Blue) = 250+5+206=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 5 (2.34% from 255 or 1.08% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA05CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA05CE is #05FA31. Grayscale: #646464. Windows color (decimal): -391730 or 13501946. OLE color: 13501946.
HSL color Cylindrical-coordinate representation of color #FA05CE: hue angle of 310.78º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA05CE is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 206 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.02 |
| HSL | 310.78º | 0.96% | 0.5% | - |
| HSV(B) | 310.78º | 0.98% | 0.98% | - |
| XYZ | 50.62 | 24.89 | 60.53 | - |
| YUV | 101.17 | 187.17 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 206 | 0 | 0.98 | 0.18 | 0.02 | 310.78 | 0.96 | 0.5 |
| Hex | FA | 5 | CE | 0 | 62 | 12 | 2 | 137 | 60 | 32 |
| Octal | 372 | 5 | 316 | 0 | 142 | 22 | 2 | 467 | 140 | 62 |
| Binary | 11111010 | 101 | 11001110 | 0 | 1100010 | 10010 | 10 | 100110111 | 1100000 | 110010 |
Color Harmonies of #FA05CE
Complementary color
Monochromatic Colors of #FA05CE
Black with #FA05CE
Text Example
Text Example
White with #FA05CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA05CE; }
p { color: rgb(250,5,206); }
H1.HeaderClassName
{
color: #FA05CE;
}
.AnyTagClassName
{
color: #FA05CE;
}
</style>
background-color css
<style>
a { background-color: #FA05CE; }
a { background-color: rgb(250,5,206); }
div.DivClassName
{
background-color: #FA05CE;
}
.BgClassName
{
background-color: #FA05CE;
}
</style>
border-color css
<style>
span { border-color: #FA05CE; }
span { border-color: rgb(250,5,206); }
td.TdClassName
{
border-color: #FA05CE;
}
.TagClassName
{
border-color: #FA05CE;
}
</style>