Shades of Hot Magenta #F20CD1
Tints of Hot Magenta #F20CD1
RGB
CMYK
RGB Variations
Color information
#F20CD1 (or 0xF20CD1) is known color: Hot Magenta. HEX triplet: F2, 0C and D1. RGB value is (242,12,209). Sum of RGB (Red+Green+Blue) = 242+12+209=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F20CD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20CD1 is #0DF32E. Grayscale: #666666. Windows color (decimal): -914223 or 13700338. OLE color: 13700338.
HSL color Cylindrical-coordinate representation of color #F20CD1: hue angle of 308.61º 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 #F20CD1 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 209 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.05 |
| HSL | 308.61º | 0.91% | 0.5% | - |
| HSV(B) | 308.61º | 0.95% | 0.95% | - |
| XYZ | 48.26 | 23.74 | 62.36 | - |
| YUV | 103.23 | 187.7 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 209 | 0 | 0.95 | 0.14 | 0.05 | 308.61 | 0.91 | 0.5 |
| Hex | F2 | C | D1 | 0 | 5F | E | 5 | 135 | 5B | 32 |
| Octal | 362 | 14 | 321 | 0 | 137 | 16 | 5 | 465 | 133 | 62 |
| Binary | 11110010 | 1100 | 11010001 | 0 | 1011111 | 1110 | 101 | 100110101 | 1011011 | 110010 |
Color Harmonies of #F20CD1
Complementary color
Monochromatic Colors of #F20CD1
Black with #F20CD1
Text Example
Text Example
White with #F20CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20CD1; }
p { color: rgb(242,12,209); }
H1.HeaderClassName
{
color: #F20CD1;
}
.AnyTagClassName
{
color: #F20CD1;
}
</style>
background-color css
<style>
a { background-color: #F20CD1; }
a { background-color: rgb(242,12,209); }
div.DivClassName
{
background-color: #F20CD1;
}
.BgClassName
{
background-color: #F20CD1;
}
</style>
border-color css
<style>
span { border-color: #F20CD1; }
span { border-color: rgb(242,12,209); }
td.TdClassName
{
border-color: #F20CD1;
}
.TagClassName
{
border-color: #F20CD1;
}
</style>