Shades of Hot Magenta #F20BDC
Tints of Hot Magenta #F20BDC
RGB
CMYK
RGB Variations
Color information
#F20BDC (or 0xF20BDC) is known color: Hot Magenta. HEX triplet: F2, 0B and DC. RGB value is (242,11,220). Sum of RGB (Red+Green+Blue) = 242+11+220=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 11 (4.69% from 255 or 2.33% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F20BDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20BDC is #0DF423. Grayscale: #676767. Windows color (decimal): -914468 or 14420978. OLE color: 14420978.
HSL color Cylindrical-coordinate representation of color #F20BDC: hue angle of 305.71º 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 #F20BDC is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 220 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.05 |
| HSL | 305.71º | 0.91% | 0.5% | - |
| HSV(B) | 305.71º | 0.95% | 0.95% | - |
| XYZ | 49.66 | 24.28 | 69.78 | - |
| YUV | 103.9 | 193.53 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 220 | 0 | 0.95 | 0.09 | 0.05 | 305.71 | 0.91 | 0.5 |
| Hex | F2 | B | DC | 0 | 5F | 9 | 5 | 132 | 5B | 32 |
| Octal | 362 | 13 | 334 | 0 | 137 | 11 | 5 | 462 | 133 | 62 |
| Binary | 11110010 | 1011 | 11011100 | 0 | 1011111 | 1001 | 101 | 100110010 | 1011011 | 110010 |
Color Harmonies of #F20BDC
Complementary color
Monochromatic Colors of #F20BDC
Black with #F20BDC
Text Example
Text Example
White with #F20BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20BDC; }
p { color: rgb(242,11,220); }
H1.HeaderClassName
{
color: #F20BDC;
}
.AnyTagClassName
{
color: #F20BDC;
}
</style>
background-color css
<style>
a { background-color: #F20BDC; }
a { background-color: rgb(242,11,220); }
div.DivClassName
{
background-color: #F20BDC;
}
.BgClassName
{
background-color: #F20BDC;
}
</style>
border-color css
<style>
span { border-color: #F20BDC; }
span { border-color: rgb(242,11,220); }
td.TdClassName
{
border-color: #F20BDC;
}
.TagClassName
{
border-color: #F20BDC;
}
</style>