Shades of Hot Magenta #F200C0
Tints of Hot Magenta #F200C0
RGB
CMYK
RGB Variations
Color information
#F200C0 (or 0xF200C0) is known color: Hot Magenta. HEX triplet: F2, 00 and C0. RGB value is (242,0,192). Sum of RGB (Red+Green+Blue) = 242+0+192=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F200C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200C0 is #0DFF3F. Grayscale: #5D5D5D. Windows color (decimal): -917312 or 12583154. OLE color: 12583154.
HSL color Cylindrical-coordinate representation of color #F200C0: hue angle of 312.4º 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 #F200C0 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 192 | - |
| CMYK | 0 | 1 | 0.21 | 0.05 |
| HSL | 312.4º | 1% | 0.47% | - |
| HSV(B) | 312.4º | 1% | 0.95% | - |
| XYZ | 46.13 | 22.68 | 51.82 | - |
| YUV | 94.25 | 183.17 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 192 | 0 | 1 | 0.21 | 0.05 | 312.4 | 1 | 0.47 |
| Hex | F2 | 0 | C0 | 0 | 64 | 15 | 5 | 138 | 64 | 2F |
| Octal | 362 | 0 | 300 | 0 | 144 | 25 | 5 | 470 | 144 | 57 |
| Binary | 11110010 | 0 | 11000000 | 0 | 1100100 | 10101 | 101 | 100111000 | 1100100 | 101111 |
Color Harmonies of #F200C0
Complementary color
Monochromatic Colors of #F200C0
Black with #F200C0
Text Example
Text Example
White with #F200C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200C0; }
p { color: rgb(242,0,192); }
H1.HeaderClassName
{
color: #F200C0;
}
.AnyTagClassName
{
color: #F200C0;
}
</style>
background-color css
<style>
a { background-color: #F200C0; }
a { background-color: rgb(242,0,192); }
div.DivClassName
{
background-color: #F200C0;
}
.BgClassName
{
background-color: #F200C0;
}
</style>
border-color css
<style>
span { border-color: #F200C0; }
span { border-color: rgb(242,0,192); }
td.TdClassName
{
border-color: #F200C0;
}
.TagClassName
{
border-color: #F200C0;
}
</style>