Shades of Hot Magenta #F200C9
Tints of Hot Magenta #F200C9
RGB
CMYK
RGB Variations
Color information
#F200C9 (or 0xF200C9) is known color: Hot Magenta. HEX triplet: F2, 00 and C9. RGB value is (242,0,201). Sum of RGB (Red+Green+Blue) = 242+0+201=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F200C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200C9 is #0DFF36. Grayscale: #5E5E5E. Windows color (decimal): -917303 or 13172978. OLE color: 13172978.
HSL color Cylindrical-coordinate representation of color #F200C9: hue angle of 310.17º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F200C9 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 201 | - |
| CMYK | 0 | 1 | 0.17 | 0.05 |
| HSL | 310.17º | 1% | 0.47% | - |
| HSV(B) | 310.17º | 1% | 0.95% | - |
| XYZ | 47.16 | 23.09 | 57.23 | - |
| YUV | 95.27 | 187.67 | 232.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 201 | 0 | 1 | 0.17 | 0.05 | 310.17 | 1 | 0.47 |
| Hex | F2 | 0 | C9 | 0 | 64 | 11 | 5 | 136 | 64 | 2F |
| Octal | 362 | 0 | 311 | 0 | 144 | 21 | 5 | 466 | 144 | 57 |
| Binary | 11110010 | 0 | 11001001 | 0 | 1100100 | 10001 | 101 | 100110110 | 1100100 | 101111 |
Color Harmonies of #F200C9
Complementary color
Monochromatic Colors of #F200C9
Black with #F200C9
Text Example
Text Example
White with #F200C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200C9; }
p { color: rgb(242,0,201); }
H1.HeaderClassName
{
color: #F200C9;
}
.AnyTagClassName
{
color: #F200C9;
}
</style>
background-color css
<style>
a { background-color: #F200C9; }
a { background-color: rgb(242,0,201); }
div.DivClassName
{
background-color: #F200C9;
}
.BgClassName
{
background-color: #F200C9;
}
</style>
border-color css
<style>
span { border-color: #F200C9; }
span { border-color: rgb(242,0,201); }
td.TdClassName
{
border-color: #F200C9;
}
.TagClassName
{
border-color: #F200C9;
}
</style>