Shades of Hot Magenta #FA02D3
Tints of Hot Magenta #FA02D3
RGB
CMYK
RGB Variations
Color information
#FA02D3 (or 0xFA02D3) is known color: Hot Magenta. HEX triplet: FA, 02 and D3. RGB value is (250,2,211). Sum of RGB (Red+Green+Blue) = 250+2+211=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 2 (1.17% from 255 or 0.43% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA02D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA02D3 is #05FD2C. Grayscale: #636363. Windows color (decimal): -392493 or 13828858. OLE color: 13828858.
HSL color Cylindrical-coordinate representation of color #FA02D3: hue angle of 309.44º 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 #FA02D3 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 211 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.02 |
| HSL | 309.44º | 0.98% | 0.49% | - |
| HSV(B) | 309.44º | 0.99% | 0.98% | - |
| XYZ | 51.2 | 25.07 | 63.77 | - |
| YUV | 99.98 | 190.66 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 211 | 0 | 0.99 | 0.16 | 0.02 | 309.44 | 0.98 | 0.49 |
| Hex | FA | 2 | D3 | 0 | 63 | 10 | 2 | 135 | 62 | 31 |
| Octal | 372 | 2 | 323 | 0 | 143 | 20 | 2 | 465 | 142 | 61 |
| Binary | 11111010 | 10 | 11010011 | 0 | 1100011 | 10000 | 10 | 100110101 | 1100010 | 110001 |
Color Harmonies of #FA02D3
Complementary color
Monochromatic Colors of #FA02D3
Black with #FA02D3
Text Example
Text Example
White with #FA02D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA02D3; }
p { color: rgb(250,2,211); }
H1.HeaderClassName
{
color: #FA02D3;
}
.AnyTagClassName
{
color: #FA02D3;
}
</style>
background-color css
<style>
a { background-color: #FA02D3; }
a { background-color: rgb(250,2,211); }
div.DivClassName
{
background-color: #FA02D3;
}
.BgClassName
{
background-color: #FA02D3;
}
</style>
border-color css
<style>
span { border-color: #FA02D3; }
span { border-color: rgb(250,2,211); }
td.TdClassName
{
border-color: #FA02D3;
}
.TagClassName
{
border-color: #FA02D3;
}
</style>