Shades of Hot Magenta #FA02C8
Tints of Hot Magenta #FA02C8
RGB
CMYK
RGB Variations
Color information
#FA02C8 (or 0xFA02C8) is known color: Hot Magenta. HEX triplet: FA, 02 and C8. RGB value is (250,2,200). Sum of RGB (Red+Green+Blue) = 250+2+200=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA02C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA02C8 is #05FD37. Grayscale: #626262. Windows color (decimal): -392504 or 13107962. OLE color: 13107962.
HSL color Cylindrical-coordinate representation of color #FA02C8: hue angle of 312.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA02C8 is Cyan = 0, Magento = 0.99, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 200 | - |
| CMYK | 0 | 0.99 | 0.2 | 0.02 |
| HSL | 312.1º | 0.98% | 0.49% | - |
| HSV(B) | 312.1º | 0.99% | 0.98% | - |
| XYZ | 49.87 | 24.54 | 56.75 | - |
| YUV | 98.72 | 185.16 | 235.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 200 | 0 | 0.99 | 0.2 | 0.02 | 312.1 | 0.98 | 0.49 |
| Hex | FA | 2 | C8 | 0 | 63 | 14 | 2 | 138 | 62 | 31 |
| Octal | 372 | 2 | 310 | 0 | 143 | 24 | 2 | 470 | 142 | 61 |
| Binary | 11111010 | 10 | 11001000 | 0 | 1100011 | 10100 | 10 | 100111000 | 1100010 | 110001 |
Color Harmonies of #FA02C8
Complementary color
Monochromatic Colors of #FA02C8
Black with #FA02C8
Text Example
Text Example
White with #FA02C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA02C8; }
p { color: rgb(250,2,200); }
H1.HeaderClassName
{
color: #FA02C8;
}
.AnyTagClassName
{
color: #FA02C8;
}
</style>
background-color css
<style>
a { background-color: #FA02C8; }
a { background-color: rgb(250,2,200); }
div.DivClassName
{
background-color: #FA02C8;
}
.BgClassName
{
background-color: #FA02C8;
}
</style>
border-color css
<style>
span { border-color: #FA02C8; }
span { border-color: rgb(250,2,200); }
td.TdClassName
{
border-color: #FA02C8;
}
.TagClassName
{
border-color: #FA02C8;
}
</style>