Shades of Hot Magenta #FA04CF
Tints of Hot Magenta #FA04CF
RGB
CMYK
RGB Variations
Color information
#FA04CF (or 0xFA04CF) is known color: Hot Magenta. HEX triplet: FA, 04 and CF. RGB value is (250,4,207). Sum of RGB (Red+Green+Blue) = 250+4+207=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA04CF is #05FB30. Grayscale: #646464. Windows color (decimal): -391985 or 13567226. OLE color: 13567226.
HSL color Cylindrical-coordinate representation of color #FA04CF: hue angle of 310.49º degrees, saturation: 0.97, 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 #FA04CF is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 207 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.02 |
| HSL | 310.49º | 0.97% | 0.5% | - |
| HSV(B) | 310.49º | 0.98% | 0.98% | - |
| XYZ | 50.73 | 24.92 | 61.17 | - |
| YUV | 100.7 | 188 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 207 | 0 | 0.98 | 0.17 | 0.02 | 310.49 | 0.97 | 0.5 |
| Hex | FA | 4 | CF | 0 | 62 | 11 | 2 | 136 | 61 | 32 |
| Octal | 372 | 4 | 317 | 0 | 142 | 21 | 2 | 466 | 141 | 62 |
| Binary | 11111010 | 100 | 11001111 | 0 | 1100010 | 10001 | 10 | 100110110 | 1100001 | 110010 |
Color Harmonies of #FA04CF
Complementary color
Monochromatic Colors of #FA04CF
Black with #FA04CF
Text Example
Text Example
White with #FA04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA04CF; }
p { color: rgb(250,4,207); }
H1.HeaderClassName
{
color: #FA04CF;
}
.AnyTagClassName
{
color: #FA04CF;
}
</style>
background-color css
<style>
a { background-color: #FA04CF; }
a { background-color: rgb(250,4,207); }
div.DivClassName
{
background-color: #FA04CF;
}
.BgClassName
{
background-color: #FA04CF;
}
</style>
border-color css
<style>
span { border-color: #FA04CF; }
span { border-color: rgb(250,4,207); }
td.TdClassName
{
border-color: #FA04CF;
}
.TagClassName
{
border-color: #FA04CF;
}
</style>