Shades of Hot Magenta #FA02DC
Tints of Hot Magenta #FA02DC
RGB
CMYK
RGB Variations
Color information
#FA02DC (or 0xFA02DC) is known color: Hot Magenta. HEX triplet: FA, 02 and DC. RGB value is (250,2,220). Sum of RGB (Red+Green+Blue) = 250+2+220=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 2 (1.17% from 255 or 0.42% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA02DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA02DC is #05FD23. Grayscale: #646464. Windows color (decimal): -392484 or 14418682. OLE color: 14418682.
HSL color Cylindrical-coordinate representation of color #FA02DC: hue angle of 307.26º 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 #FA02DC is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 220 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.02 |
| HSL | 307.26º | 0.98% | 0.49% | - |
| HSV(B) | 307.26º | 0.99% | 0.98% | - |
| XYZ | 52.36 | 25.53 | 69.88 | - |
| YUV | 101 | 195.16 | 234.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 220 | 0 | 0.99 | 0.12 | 0.02 | 307.26 | 0.98 | 0.49 |
| Hex | FA | 2 | DC | 0 | 63 | C | 2 | 133 | 62 | 31 |
| Octal | 372 | 2 | 334 | 0 | 143 | 14 | 2 | 463 | 142 | 61 |
| Binary | 11111010 | 10 | 11011100 | 0 | 1100011 | 1100 | 10 | 100110011 | 1100010 | 110001 |
Color Harmonies of #FA02DC
Complementary color
Monochromatic Colors of #FA02DC
Black with #FA02DC
Text Example
Text Example
White with #FA02DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA02DC; }
p { color: rgb(250,2,220); }
H1.HeaderClassName
{
color: #FA02DC;
}
.AnyTagClassName
{
color: #FA02DC;
}
</style>
background-color css
<style>
a { background-color: #FA02DC; }
a { background-color: rgb(250,2,220); }
div.DivClassName
{
background-color: #FA02DC;
}
.BgClassName
{
background-color: #FA02DC;
}
</style>
border-color css
<style>
span { border-color: #FA02DC; }
span { border-color: rgb(250,2,220); }
td.TdClassName
{
border-color: #FA02DC;
}
.TagClassName
{
border-color: #FA02DC;
}
</style>