Shades of Hot Magenta #F200CF
Tints of Hot Magenta #F200CF
RGB
CMYK
RGB Variations
Color information
#F200CF (or 0xF200CF) is known color: Hot Magenta. HEX triplet: F2, 00 and CF. RGB value is (242,0,207). Sum of RGB (Red+Green+Blue) = 242+0+207=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F200CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200CF is #0DFF30. Grayscale: #5F5F5F. Windows color (decimal): -917297 or 13566194. OLE color: 13566194.
HSL color Cylindrical-coordinate representation of color #F200CF: hue angle of 308.68º 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 #F200CF is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.14 | 0.05 |
| HSL | 308.68º | 1% | 0.47% | - |
| HSV(B) | 308.68º | 1% | 0.95% | - |
| XYZ | 47.88 | 23.38 | 61.02 | - |
| YUV | 95.96 | 190.67 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 207 | 0 | 1 | 0.14 | 0.05 | 308.68 | 1 | 0.47 |
| Hex | F2 | 0 | CF | 0 | 64 | E | 5 | 135 | 64 | 2F |
| Octal | 362 | 0 | 317 | 0 | 144 | 16 | 5 | 465 | 144 | 57 |
| Binary | 11110010 | 0 | 11001111 | 0 | 1100100 | 1110 | 101 | 100110101 | 1100100 | 101111 |
Color Harmonies of #F200CF
Complementary color
Monochromatic Colors of #F200CF
Black with #F200CF
Text Example
Text Example
White with #F200CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200CF; }
p { color: rgb(242,0,207); }
H1.HeaderClassName
{
color: #F200CF;
}
.AnyTagClassName
{
color: #F200CF;
}
</style>
background-color css
<style>
a { background-color: #F200CF; }
a { background-color: rgb(242,0,207); }
div.DivClassName
{
background-color: #F200CF;
}
.BgClassName
{
background-color: #F200CF;
}
</style>
border-color css
<style>
span { border-color: #F200CF; }
span { border-color: rgb(242,0,207); }
td.TdClassName
{
border-color: #F200CF;
}
.TagClassName
{
border-color: #F200CF;
}
</style>