Shades of Hot Magenta #F80BCB
Tints of Hot Magenta #F80BCB
RGB
CMYK
RGB Variations
Color information
#F80BCB (or 0xF80BCB) is known color: Hot Magenta. HEX triplet: F8, 0B and CB. RGB value is (248,11,203). Sum of RGB (Red+Green+Blue) = 248+11+203=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 11 (4.69% from 255 or 2.38% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80BCB is #07F434. Grayscale: #676767. Windows color (decimal): -521269 or 13306872. OLE color: 13306872.
HSL color Cylindrical-coordinate representation of color #F80BCB: hue angle of 311.39º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80BCB is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 203 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.03 |
| HSL | 311.39º | 0.94% | 0.51% | - |
| HSV(B) | 311.39º | 0.96% | 0.97% | - |
| XYZ | 49.61 | 24.51 | 58.62 | - |
| YUV | 103.75 | 184.02 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 203 | 0 | 0.96 | 0.18 | 0.03 | 311.39 | 0.94 | 0.51 |
| Hex | F8 | B | CB | 0 | 60 | 12 | 3 | 137 | 5E | 33 |
| Octal | 370 | 13 | 313 | 0 | 140 | 22 | 3 | 467 | 136 | 63 |
| Binary | 11111000 | 1011 | 11001011 | 0 | 1100000 | 10010 | 11 | 100110111 | 1011110 | 110011 |
Color Harmonies of #F80BCB
Complementary color
Monochromatic Colors of #F80BCB
Black with #F80BCB
Text Example
Text Example
White with #F80BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80BCB; }
p { color: rgb(248,11,203); }
H1.HeaderClassName
{
color: #F80BCB;
}
.AnyTagClassName
{
color: #F80BCB;
}
</style>
background-color css
<style>
a { background-color: #F80BCB; }
a { background-color: rgb(248,11,203); }
div.DivClassName
{
background-color: #F80BCB;
}
.BgClassName
{
background-color: #F80BCB;
}
</style>
border-color css
<style>
span { border-color: #F80BCB; }
span { border-color: rgb(248,11,203); }
td.TdClassName
{
border-color: #F80BCB;
}
.TagClassName
{
border-color: #F80BCB;
}
</style>