Shades of Hot Magenta #F20CDA
Tints of Hot Magenta #F20CDA
RGB
CMYK
RGB Variations
Color information
#F20CDA (or 0xF20CDA) is known color: Hot Magenta. HEX triplet: F2, 0C and DA. RGB value is (242,12,218). Sum of RGB (Red+Green+Blue) = 242+12+218=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 12 (5.08% from 255 or 2.54% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F20CDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20CDA is #0DF325. Grayscale: #676767. Windows color (decimal): -914214 or 14290162. OLE color: 14290162.
HSL color Cylindrical-coordinate representation of color #F20CDA: hue angle of 306.26º 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 #F20CDA is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 218 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.05 |
| HSL | 306.26º | 0.91% | 0.5% | - |
| HSV(B) | 306.26º | 0.95% | 0.95% | - |
| XYZ | 49.4 | 24.2 | 68.4 | - |
| YUV | 104.25 | 192.2 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 218 | 0 | 0.95 | 0.10 | 0.05 | 306.26 | 0.91 | 0.5 |
| Hex | F2 | C | DA | 0 | 5F | A | 5 | 132 | 5B | 32 |
| Octal | 362 | 14 | 332 | 0 | 137 | 12 | 5 | 462 | 133 | 62 |
| Binary | 11110010 | 1100 | 11011010 | 0 | 1011111 | 1010 | 101 | 100110010 | 1011011 | 110010 |
Color Harmonies of #F20CDA
Complementary color
Monochromatic Colors of #F20CDA
Black with #F20CDA
Text Example
Text Example
White with #F20CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20CDA; }
p { color: rgb(242,12,218); }
H1.HeaderClassName
{
color: #F20CDA;
}
.AnyTagClassName
{
color: #F20CDA;
}
</style>
background-color css
<style>
a { background-color: #F20CDA; }
a { background-color: rgb(242,12,218); }
div.DivClassName
{
background-color: #F20CDA;
}
.BgClassName
{
background-color: #F20CDA;
}
</style>
border-color css
<style>
span { border-color: #F20CDA; }
span { border-color: rgb(242,12,218); }
td.TdClassName
{
border-color: #F20CDA;
}
.TagClassName
{
border-color: #F20CDA;
}
</style>