Shades of Hot Magenta #F20BDF
Tints of Hot Magenta #F20BDF
RGB
CMYK
RGB Variations
Color information
#F20BDF (or 0xF20BDF) is known color: Hot Magenta. HEX triplet: F2, 0B and DF. RGB value is (242,11,223). Sum of RGB (Red+Green+Blue) = 242+11+223=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 11 (4.69% from 255 or 2.31% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F20BDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20BDF is #0DF420. Grayscale: #676767. Windows color (decimal): -914465 or 14617586. OLE color: 14617586.
HSL color Cylindrical-coordinate representation of color #F20BDF: hue angle of 304.94º 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 #F20BDF is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 223 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.05 |
| HSL | 304.94º | 0.91% | 0.5% | - |
| HSV(B) | 304.94º | 0.95% | 0.95% | - |
| XYZ | 50.06 | 24.44 | 71.89 | - |
| YUV | 104.24 | 195.03 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 223 | 0 | 0.95 | 0.08 | 0.05 | 304.94 | 0.91 | 0.5 |
| Hex | F2 | B | DF | 0 | 5F | 8 | 5 | 131 | 5B | 32 |
| Octal | 362 | 13 | 337 | 0 | 137 | 10 | 5 | 461 | 133 | 62 |
| Binary | 11110010 | 1011 | 11011111 | 0 | 1011111 | 1000 | 101 | 100110001 | 1011011 | 110010 |
Color Harmonies of #F20BDF
Complementary color
Monochromatic Colors of #F20BDF
Black with #F20BDF
Text Example
Text Example
White with #F20BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20BDF; }
p { color: rgb(242,11,223); }
H1.HeaderClassName
{
color: #F20BDF;
}
.AnyTagClassName
{
color: #F20BDF;
}
</style>
background-color css
<style>
a { background-color: #F20BDF; }
a { background-color: rgb(242,11,223); }
div.DivClassName
{
background-color: #F20BDF;
}
.BgClassName
{
background-color: #F20BDF;
}
</style>
border-color css
<style>
span { border-color: #F20BDF; }
span { border-color: rgb(242,11,223); }
td.TdClassName
{
border-color: #F20BDF;
}
.TagClassName
{
border-color: #F20BDF;
}
</style>