Shades of Hot Magenta #F20CCE
Tints of Hot Magenta #F20CCE
RGB
CMYK
RGB Variations
Color information
#F20CCE (or 0xF20CCE) is known color: Hot Magenta. HEX triplet: F2, 0C and CE. RGB value is (242,12,206). Sum of RGB (Red+Green+Blue) = 242+12+206=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 12 (5.08% from 255 or 2.61% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F20CCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20CCE is #0DF331. Grayscale: #666666. Windows color (decimal): -914226 or 13503730. OLE color: 13503730.
HSL color Cylindrical-coordinate representation of color #F20CCE: hue angle of 309.39º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20CCE is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 206 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.05 |
| HSL | 309.39º | 0.91% | 0.5% | - |
| HSV(B) | 309.39º | 0.95% | 0.95% | - |
| XYZ | 47.89 | 23.6 | 60.42 | - |
| YUV | 102.89 | 186.2 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 206 | 0 | 0.95 | 0.15 | 0.05 | 309.39 | 0.91 | 0.5 |
| Hex | F2 | C | CE | 0 | 5F | F | 5 | 135 | 5B | 32 |
| Octal | 362 | 14 | 316 | 0 | 137 | 17 | 5 | 465 | 133 | 62 |
| Binary | 11110010 | 1100 | 11001110 | 0 | 1011111 | 1111 | 101 | 100110101 | 1011011 | 110010 |
Color Harmonies of #F20CCE
Complementary color
Monochromatic Colors of #F20CCE
Black with #F20CCE
Text Example
Text Example
White with #F20CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20CCE; }
p { color: rgb(242,12,206); }
H1.HeaderClassName
{
color: #F20CCE;
}
.AnyTagClassName
{
color: #F20CCE;
}
</style>
background-color css
<style>
a { background-color: #F20CCE; }
a { background-color: rgb(242,12,206); }
div.DivClassName
{
background-color: #F20CCE;
}
.BgClassName
{
background-color: #F20CCE;
}
</style>
border-color css
<style>
span { border-color: #F20CCE; }
span { border-color: rgb(242,12,206); }
td.TdClassName
{
border-color: #F20CCE;
}
.TagClassName
{
border-color: #F20CCE;
}
</style>