Shades of Hot Magenta #F207CE
Tints of Hot Magenta #F207CE
RGB
CMYK
RGB Variations
Color information
#F207CE (or 0xF207CE) is known color: Hot Magenta. HEX triplet: F2, 07 and CE. RGB value is (242,7,206). Sum of RGB (Red+Green+Blue) = 242+7+206=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 7 (3.12% from 255 or 1.54% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F207CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F207CE is #0DF831. Grayscale: #636363. Windows color (decimal): -915506 or 13502450. OLE color: 13502450.
HSL color Cylindrical-coordinate representation of color #F207CE: hue angle of 309.19º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F207CE is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 206 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.05 |
| HSL | 309.19º | 0.94% | 0.49% | - |
| HSV(B) | 309.19º | 0.97% | 0.95% | - |
| XYZ | 47.83 | 23.49 | 60.4 | - |
| YUV | 99.95 | 187.86 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 206 | 0 | 0.97 | 0.15 | 0.05 | 309.19 | 0.94 | 0.49 |
| Hex | F2 | 7 | CE | 0 | 61 | F | 5 | 135 | 5E | 31 |
| Octal | 362 | 7 | 316 | 0 | 141 | 17 | 5 | 465 | 136 | 61 |
| Binary | 11110010 | 111 | 11001110 | 0 | 1100001 | 1111 | 101 | 100110101 | 1011110 | 110001 |
Color Harmonies of #F207CE
Complementary color
Monochromatic Colors of #F207CE
Black with #F207CE
Text Example
Text Example
White with #F207CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F207CE; }
p { color: rgb(242,7,206); }
H1.HeaderClassName
{
color: #F207CE;
}
.AnyTagClassName
{
color: #F207CE;
}
</style>
background-color css
<style>
a { background-color: #F207CE; }
a { background-color: rgb(242,7,206); }
div.DivClassName
{
background-color: #F207CE;
}
.BgClassName
{
background-color: #F207CE;
}
</style>
border-color css
<style>
span { border-color: #F207CE; }
span { border-color: rgb(242,7,206); }
td.TdClassName
{
border-color: #F207CE;
}
.TagClassName
{
border-color: #F207CE;
}
</style>