Shades of Hot Magenta #FA02C7
Tints of Hot Magenta #FA02C7
RGB
CMYK
RGB Variations
Color information
#FA02C7 (or 0xFA02C7) is known color: Hot Magenta. HEX triplet: FA, 02 and C7. RGB value is (250,2,199). Sum of RGB (Red+Green+Blue) = 250+2+199=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA02C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA02C7 is #05FD38. Grayscale: #626262. Windows color (decimal): -392505 or 13042426. OLE color: 13042426.
HSL color Cylindrical-coordinate representation of color #FA02C7: hue angle of 312.34º 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 #FA02C7 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 199 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.02 |
| HSL | 312.34º | 0.98% | 0.49% | - |
| HSV(B) | 312.34º | 0.99% | 0.98% | - |
| XYZ | 49.75 | 24.49 | 56.14 | - |
| YUV | 98.61 | 184.66 | 235.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 199 | 0 | 0.99 | 0.20 | 0.02 | 312.34 | 0.98 | 0.49 |
| Hex | FA | 2 | C7 | 0 | 63 | 14 | 2 | 138 | 62 | 31 |
| Octal | 372 | 2 | 307 | 0 | 143 | 24 | 2 | 470 | 142 | 61 |
| Binary | 11111010 | 10 | 11000111 | 0 | 1100011 | 10100 | 10 | 100111000 | 1100010 | 110001 |
Color Harmonies of #FA02C7
Complementary color
Monochromatic Colors of #FA02C7
Black with #FA02C7
Text Example
Text Example
White with #FA02C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA02C7; }
p { color: rgb(250,2,199); }
H1.HeaderClassName
{
color: #FA02C7;
}
.AnyTagClassName
{
color: #FA02C7;
}
</style>
background-color css
<style>
a { background-color: #FA02C7; }
a { background-color: rgb(250,2,199); }
div.DivClassName
{
background-color: #FA02C7;
}
.BgClassName
{
background-color: #FA02C7;
}
</style>
border-color css
<style>
span { border-color: #FA02C7; }
span { border-color: rgb(250,2,199); }
td.TdClassName
{
border-color: #FA02C7;
}
.TagClassName
{
border-color: #FA02C7;
}
</style>