Shades of Hot Magenta #F20CDF
Tints of Hot Magenta #F20CDF
RGB
CMYK
RGB Variations
Color information
#F20CDF (or 0xF20CDF) is known color: Hot Magenta. HEX triplet: F2, 0C and DF. RGB value is (242,12,223). Sum of RGB (Red+Green+Blue) = 242+12+223=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 12 (5.08% from 255 or 2.52% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F20CDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20CDF is #0DF320. Grayscale: #686868. Windows color (decimal): -914209 or 14617842. OLE color: 14617842.
HSL color Cylindrical-coordinate representation of color #F20CDF: hue angle of 304.96º 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 #F20CDF is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 223 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.05 |
| HSL | 304.96º | 0.91% | 0.5% | - |
| HSV(B) | 304.96º | 0.95% | 0.95% | - |
| XYZ | 50.07 | 24.47 | 71.9 | - |
| YUV | 104.82 | 194.7 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 223 | 0 | 0.95 | 0.08 | 0.05 | 304.96 | 0.91 | 0.5 |
| Hex | F2 | C | DF | 0 | 5F | 8 | 5 | 131 | 5B | 32 |
| Octal | 362 | 14 | 337 | 0 | 137 | 10 | 5 | 461 | 133 | 62 |
| Binary | 11110010 | 1100 | 11011111 | 0 | 1011111 | 1000 | 101 | 100110001 | 1011011 | 110010 |
Color Harmonies of #F20CDF
Complementary color
Monochromatic Colors of #F20CDF
Black with #F20CDF
Text Example
Text Example
White with #F20CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20CDF; }
p { color: rgb(242,12,223); }
H1.HeaderClassName
{
color: #F20CDF;
}
.AnyTagClassName
{
color: #F20CDF;
}
</style>
background-color css
<style>
a { background-color: #F20CDF; }
a { background-color: rgb(242,12,223); }
div.DivClassName
{
background-color: #F20CDF;
}
.BgClassName
{
background-color: #F20CDF;
}
</style>
border-color css
<style>
span { border-color: #F20CDF; }
span { border-color: rgb(242,12,223); }
td.TdClassName
{
border-color: #F20CDF;
}
.TagClassName
{
border-color: #F20CDF;
}
</style>