Shades of Hot Magenta #F20ACB
Tints of Hot Magenta #F20ACB
RGB
CMYK
RGB Variations
Color information
#F20ACB (or 0xF20ACB) is known color: Hot Magenta. HEX triplet: F2, 0A and CB. RGB value is (242,10,203). Sum of RGB (Red+Green+Blue) = 242+10+203=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F20ACB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20ACB is #0DF534. Grayscale: #646464. Windows color (decimal): -914741 or 13306610. OLE color: 13306610.
HSL color Cylindrical-coordinate representation of color #F20ACB: hue angle of 310.09º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20ACB is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 10 | 203 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.05 |
| HSL | 310.09º | 0.92% | 0.49% | - |
| HSV(B) | 310.09º | 0.96% | 0.95% | - |
| XYZ | 47.51 | 23.41 | 58.51 | - |
| YUV | 101.37 | 185.36 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 203 | 0 | 0.96 | 0.16 | 0.05 | 310.09 | 0.92 | 0.49 |
| Hex | F2 | A | CB | 0 | 60 | 10 | 5 | 136 | 5C | 31 |
| Octal | 362 | 12 | 313 | 0 | 140 | 20 | 5 | 466 | 134 | 61 |
| Binary | 11110010 | 1010 | 11001011 | 0 | 1100000 | 10000 | 101 | 100110110 | 1011100 | 110001 |
Color Harmonies of #F20ACB
Complementary color
Monochromatic Colors of #F20ACB
Black with #F20ACB
Text Example
Text Example
White with #F20ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20ACB; }
p { color: rgb(242,10,203); }
H1.HeaderClassName
{
color: #F20ACB;
}
.AnyTagClassName
{
color: #F20ACB;
}
</style>
background-color css
<style>
a { background-color: #F20ACB; }
a { background-color: rgb(242,10,203); }
div.DivClassName
{
background-color: #F20ACB;
}
.BgClassName
{
background-color: #F20ACB;
}
</style>
border-color css
<style>
span { border-color: #F20ACB; }
span { border-color: rgb(242,10,203); }
td.TdClassName
{
border-color: #F20ACB;
}
.TagClassName
{
border-color: #F20ACB;
}
</style>