Shades of Hot Magenta #F20BD7
Tints of Hot Magenta #F20BD7
RGB
CMYK
RGB Variations
Color information
#F20BD7 (or 0xF20BD7) is known color: Hot Magenta. HEX triplet: F2, 0B and D7. RGB value is (242,11,215). Sum of RGB (Red+Green+Blue) = 242+11+215=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 11 (4.69% from 255 or 2.35% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F20BD7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20BD7 is #0DF428. Grayscale: #666666. Windows color (decimal): -914473 or 14093298. OLE color: 14093298.
HSL color Cylindrical-coordinate representation of color #F20BD7: hue angle of 307.01º 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 #F20BD7 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 215 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.05 |
| HSL | 307.01º | 0.91% | 0.5% | - |
| HSV(B) | 307.01º | 0.95% | 0.95% | - |
| XYZ | 49 | 24.02 | 66.34 | - |
| YUV | 103.33 | 191.03 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 215 | 0 | 0.95 | 0.11 | 0.05 | 307.01 | 0.91 | 0.5 |
| Hex | F2 | B | D7 | 0 | 5F | B | 5 | 133 | 5B | 32 |
| Octal | 362 | 13 | 327 | 0 | 137 | 13 | 5 | 463 | 133 | 62 |
| Binary | 11110010 | 1011 | 11010111 | 0 | 1011111 | 1011 | 101 | 100110011 | 1011011 | 110010 |
Color Harmonies of #F20BD7
Complementary color
Monochromatic Colors of #F20BD7
Black with #F20BD7
Text Example
Text Example
White with #F20BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20BD7; }
p { color: rgb(242,11,215); }
H1.HeaderClassName
{
color: #F20BD7;
}
.AnyTagClassName
{
color: #F20BD7;
}
</style>
background-color css
<style>
a { background-color: #F20BD7; }
a { background-color: rgb(242,11,215); }
div.DivClassName
{
background-color: #F20BD7;
}
.BgClassName
{
background-color: #F20BD7;
}
</style>
border-color css
<style>
span { border-color: #F20BD7; }
span { border-color: rgb(242,11,215); }
td.TdClassName
{
border-color: #F20BD7;
}
.TagClassName
{
border-color: #F20BD7;
}
</style>