Shades of Hot Magenta #F20BCC
Tints of Hot Magenta #F20BCC
RGB
CMYK
RGB Variations
Color information
#F20BCC (or 0xF20BCC) is known color: Hot Magenta. HEX triplet: F2, 0B and CC. RGB value is (242,11,204). Sum of RGB (Red+Green+Blue) = 242+11+204=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F20BCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20BCC is #0DF433. Grayscale: #656565. Windows color (decimal): -914484 or 13372402. OLE color: 13372402.
HSL color Cylindrical-coordinate representation of color #F20BCC: hue angle of 309.87º 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 #F20BCC is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 204 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.05 |
| HSL | 309.87º | 0.91% | 0.5% | - |
| HSV(B) | 309.87º | 0.95% | 0.95% | - |
| XYZ | 47.64 | 23.48 | 59.15 | - |
| YUV | 102.07 | 185.53 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 204 | 0 | 0.95 | 0.16 | 0.05 | 309.87 | 0.91 | 0.5 |
| Hex | F2 | B | CC | 0 | 5F | 10 | 5 | 136 | 5B | 32 |
| Octal | 362 | 13 | 314 | 0 | 137 | 20 | 5 | 466 | 133 | 62 |
| Binary | 11110010 | 1011 | 11001100 | 0 | 1011111 | 10000 | 101 | 100110110 | 1011011 | 110010 |
Color Harmonies of #F20BCC
Complementary color
Monochromatic Colors of #F20BCC
Black with #F20BCC
Text Example
Text Example
White with #F20BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20BCC; }
p { color: rgb(242,11,204); }
H1.HeaderClassName
{
color: #F20BCC;
}
.AnyTagClassName
{
color: #F20BCC;
}
</style>
background-color css
<style>
a { background-color: #F20BCC; }
a { background-color: rgb(242,11,204); }
div.DivClassName
{
background-color: #F20BCC;
}
.BgClassName
{
background-color: #F20BCC;
}
</style>
border-color css
<style>
span { border-color: #F20BCC; }
span { border-color: rgb(242,11,204); }
td.TdClassName
{
border-color: #F20BCC;
}
.TagClassName
{
border-color: #F20BCC;
}
</style>