Shades of Hot Magenta #FA02D2
Tints of Hot Magenta #FA02D2
RGB
CMYK
RGB Variations
Color information
#FA02D2 (or 0xFA02D2) is known color: Hot Magenta. HEX triplet: FA, 02 and D2. RGB value is (250,2,210). Sum of RGB (Red+Green+Blue) = 250+2+210=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 2 (1.17% from 255 or 0.43% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA02D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA02D2 is #05FD2D. Grayscale: #636363. Windows color (decimal): -392494 or 13763322. OLE color: 13763322.
HSL color Cylindrical-coordinate representation of color #FA02D2: hue angle of 309.68º 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 #FA02D2 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 210 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.02 |
| HSL | 309.68º | 0.98% | 0.49% | - |
| HSV(B) | 309.68º | 0.99% | 0.98% | - |
| XYZ | 51.08 | 25.02 | 63.11 | - |
| YUV | 99.86 | 190.16 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 210 | 0 | 0.99 | 0.16 | 0.02 | 309.68 | 0.98 | 0.49 |
| Hex | FA | 2 | D2 | 0 | 63 | 10 | 2 | 136 | 62 | 31 |
| Octal | 372 | 2 | 322 | 0 | 143 | 20 | 2 | 466 | 142 | 61 |
| Binary | 11111010 | 10 | 11010010 | 0 | 1100011 | 10000 | 10 | 100110110 | 1100010 | 110001 |
Color Harmonies of #FA02D2
Complementary color
Monochromatic Colors of #FA02D2
Black with #FA02D2
Text Example
Text Example
White with #FA02D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA02D2; }
p { color: rgb(250,2,210); }
H1.HeaderClassName
{
color: #FA02D2;
}
.AnyTagClassName
{
color: #FA02D2;
}
</style>
background-color css
<style>
a { background-color: #FA02D2; }
a { background-color: rgb(250,2,210); }
div.DivClassName
{
background-color: #FA02D2;
}
.BgClassName
{
background-color: #FA02D2;
}
</style>
border-color css
<style>
span { border-color: #FA02D2; }
span { border-color: rgb(250,2,210); }
td.TdClassName
{
border-color: #FA02D2;
}
.TagClassName
{
border-color: #FA02D2;
}
</style>