Shades of Hot Magenta #F20BDA
Tints of Hot Magenta #F20BDA
RGB
CMYK
RGB Variations
Color information
#F20BDA (or 0xF20BDA) is known color: Hot Magenta. HEX triplet: F2, 0B and DA. RGB value is (242,11,218). Sum of RGB (Red+Green+Blue) = 242+11+218=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 11 (4.69% from 255 or 2.34% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F20BDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20BDA is #0DF425. Grayscale: #676767. Windows color (decimal): -914470 or 14289906. OLE color: 14289906.
HSL color Cylindrical-coordinate representation of color #F20BDA: hue angle of 306.23º 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 #F20BDA is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 218 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.05 |
| HSL | 306.23º | 0.91% | 0.5% | - |
| HSV(B) | 306.23º | 0.95% | 0.95% | - |
| XYZ | 49.39 | 24.18 | 68.39 | - |
| YUV | 103.67 | 192.53 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 218 | 0 | 0.95 | 0.10 | 0.05 | 306.23 | 0.91 | 0.5 |
| Hex | F2 | B | DA | 0 | 5F | A | 5 | 132 | 5B | 32 |
| Octal | 362 | 13 | 332 | 0 | 137 | 12 | 5 | 462 | 133 | 62 |
| Binary | 11110010 | 1011 | 11011010 | 0 | 1011111 | 1010 | 101 | 100110010 | 1011011 | 110010 |
Color Harmonies of #F20BDA
Complementary color
Monochromatic Colors of #F20BDA
Black with #F20BDA
Text Example
Text Example
White with #F20BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20BDA; }
p { color: rgb(242,11,218); }
H1.HeaderClassName
{
color: #F20BDA;
}
.AnyTagClassName
{
color: #F20BDA;
}
</style>
background-color css
<style>
a { background-color: #F20BDA; }
a { background-color: rgb(242,11,218); }
div.DivClassName
{
background-color: #F20BDA;
}
.BgClassName
{
background-color: #F20BDA;
}
</style>
border-color css
<style>
span { border-color: #F20BDA; }
span { border-color: rgb(242,11,218); }
td.TdClassName
{
border-color: #F20BDA;
}
.TagClassName
{
border-color: #F20BDA;
}
</style>