Shades of Hot Magenta #F215DC
Tints of Hot Magenta #F215DC
RGB
CMYK
RGB Variations
Color information
#F215DC (or 0xF215DC) is known color: Hot Magenta. HEX triplet: F2, 15 and DC. RGB value is (242,21,220). Sum of RGB (Red+Green+Blue) = 242+21+220=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F215DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215DC is #0DEA23. Grayscale: #6D6D6D. Windows color (decimal): -911908 or 14423538. OLE color: 14423538.
HSL color Cylindrical-coordinate representation of color #F215DC: hue angle of 305.97º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F215DC is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 220 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.05 |
| HSL | 305.97º | 0.89% | 0.52% | - |
| HSV(B) | 305.97º | 0.91% | 0.95% | - |
| XYZ | 49.8 | 24.58 | 69.83 | - |
| YUV | 109.77 | 190.22 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 220 | 0 | 0.91 | 0.09 | 0.05 | 305.97 | 0.89 | 0.52 |
| Hex | F2 | 15 | DC | 0 | 5B | 9 | 5 | 132 | 59 | 34 |
| Octal | 362 | 25 | 334 | 0 | 133 | 11 | 5 | 462 | 131 | 64 |
| Binary | 11110010 | 10101 | 11011100 | 0 | 1011011 | 1001 | 101 | 100110010 | 1011001 | 110100 |
Color Harmonies of #F215DC
Complementary color
Monochromatic Colors of #F215DC
Black with #F215DC
Text Example
Text Example
White with #F215DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215DC; }
p { color: rgb(242,21,220); }
H1.HeaderClassName
{
color: #F215DC;
}
.AnyTagClassName
{
color: #F215DC;
}
</style>
background-color css
<style>
a { background-color: #F215DC; }
a { background-color: rgb(242,21,220); }
div.DivClassName
{
background-color: #F215DC;
}
.BgClassName
{
background-color: #F215DC;
}
</style>
border-color css
<style>
span { border-color: #F215DC; }
span { border-color: rgb(242,21,220); }
td.TdClassName
{
border-color: #F215DC;
}
.TagClassName
{
border-color: #F215DC;
}
</style>