Shades of Hot Magenta #F20BCF
Tints of Hot Magenta #F20BCF
RGB
CMYK
RGB Variations
Color information
#F20BCF (or 0xF20BCF) is known color: Hot Magenta. HEX triplet: F2, 0B and CF. RGB value is (242,11,207). Sum of RGB (Red+Green+Blue) = 242+11+207=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 11 (4.69% from 255 or 2.39% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F20BCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20BCF is #0DF430. Grayscale: #656565. Windows color (decimal): -914481 or 13569010. OLE color: 13569010.
HSL color Cylindrical-coordinate representation of color #F20BCF: hue angle of 309.09º 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 #F20BCF is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 207 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.05 |
| HSL | 309.09º | 0.91% | 0.5% | - |
| HSV(B) | 309.09º | 0.95% | 0.95% | - |
| XYZ | 48 | 23.62 | 61.06 | - |
| YUV | 102.41 | 187.03 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 207 | 0 | 0.95 | 0.14 | 0.05 | 309.09 | 0.91 | 0.5 |
| Hex | F2 | B | CF | 0 | 5F | E | 5 | 135 | 5B | 32 |
| Octal | 362 | 13 | 317 | 0 | 137 | 16 | 5 | 465 | 133 | 62 |
| Binary | 11110010 | 1011 | 11001111 | 0 | 1011111 | 1110 | 101 | 100110101 | 1011011 | 110010 |
Color Harmonies of #F20BCF
Complementary color
Monochromatic Colors of #F20BCF
Black with #F20BCF
Text Example
Text Example
White with #F20BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20BCF; }
p { color: rgb(242,11,207); }
H1.HeaderClassName
{
color: #F20BCF;
}
.AnyTagClassName
{
color: #F20BCF;
}
</style>
background-color css
<style>
a { background-color: #F20BCF; }
a { background-color: rgb(242,11,207); }
div.DivClassName
{
background-color: #F20BCF;
}
.BgClassName
{
background-color: #F20BCF;
}
</style>
border-color css
<style>
span { border-color: #F20BCF; }
span { border-color: rgb(242,11,207); }
td.TdClassName
{
border-color: #F20BCF;
}
.TagClassName
{
border-color: #F20BCF;
}
</style>