Shades of Hot Magenta #F200CE
Tints of Hot Magenta #F200CE
RGB
CMYK
RGB Variations
Color information
#F200CE (or 0xF200CE) is known color: Hot Magenta. HEX triplet: F2, 00 and CE. RGB value is (242,0,206). Sum of RGB (Red+Green+Blue) = 242+0+206=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F200CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200CE is #0DFF31. Grayscale: #5F5F5F. Windows color (decimal): -917298 or 13500658. OLE color: 13500658.
HSL color Cylindrical-coordinate representation of color #F200CE: hue angle of 308.93º 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 #F200CE is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 206 | - |
| CMYK | 0 | 1 | 0.15 | 0.05 |
| HSL | 308.93º | 1% | 0.47% | - |
| HSV(B) | 308.93º | 1% | 0.95% | - |
| XYZ | 47.76 | 23.33 | 60.38 | - |
| YUV | 95.84 | 190.17 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 206 | 0 | 1 | 0.15 | 0.05 | 308.93 | 1 | 0.47 |
| Hex | F2 | 0 | CE | 0 | 64 | F | 5 | 135 | 64 | 2F |
| Octal | 362 | 0 | 316 | 0 | 144 | 17 | 5 | 465 | 144 | 57 |
| Binary | 11110010 | 0 | 11001110 | 0 | 1100100 | 1111 | 101 | 100110101 | 1100100 | 101111 |
Color Harmonies of #F200CE
Complementary color
Monochromatic Colors of #F200CE
Black with #F200CE
Text Example
Text Example
White with #F200CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200CE; }
p { color: rgb(242,0,206); }
H1.HeaderClassName
{
color: #F200CE;
}
.AnyTagClassName
{
color: #F200CE;
}
</style>
background-color css
<style>
a { background-color: #F200CE; }
a { background-color: rgb(242,0,206); }
div.DivClassName
{
background-color: #F200CE;
}
.BgClassName
{
background-color: #F200CE;
}
</style>
border-color css
<style>
span { border-color: #F200CE; }
span { border-color: rgb(242,0,206); }
td.TdClassName
{
border-color: #F200CE;
}
.TagClassName
{
border-color: #F200CE;
}
</style>