Shades of Hot Magenta #F80BDF
Tints of Hot Magenta #F80BDF
RGB
CMYK
RGB Variations
Color information
#F80BDF (or 0xF80BDF) is known color: Hot Magenta. HEX triplet: F8, 0B and DF. RGB value is (248,11,223). Sum of RGB (Red+Green+Blue) = 248+11+223=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 11 (4.69% from 255 or 2.28% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80BDF is #07F420. Grayscale: #696969. Windows color (decimal): -521249 or 14617592. OLE color: 14617592.
HSL color Cylindrical-coordinate representation of color #F80BDF: hue angle of 306.33º 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 #F80BDF is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 223 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.03 |
| HSL | 306.33º | 0.94% | 0.51% | - |
| HSV(B) | 306.33º | 0.96% | 0.97% | - |
| XYZ | 52.15 | 25.52 | 71.99 | - |
| YUV | 106.03 | 194.02 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 223 | 0 | 0.96 | 0.10 | 0.03 | 306.33 | 0.94 | 0.51 |
| Hex | F8 | B | DF | 0 | 60 | A | 3 | 132 | 5E | 33 |
| Octal | 370 | 13 | 337 | 0 | 140 | 12 | 3 | 462 | 136 | 63 |
| Binary | 11111000 | 1011 | 11011111 | 0 | 1100000 | 1010 | 11 | 100110010 | 1011110 | 110011 |
Color Harmonies of #F80BDF
Complementary color
Monochromatic Colors of #F80BDF
Black with #F80BDF
Text Example
Text Example
White with #F80BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80BDF; }
p { color: rgb(248,11,223); }
H1.HeaderClassName
{
color: #F80BDF;
}
.AnyTagClassName
{
color: #F80BDF;
}
</style>
background-color css
<style>
a { background-color: #F80BDF; }
a { background-color: rgb(248,11,223); }
div.DivClassName
{
background-color: #F80BDF;
}
.BgClassName
{
background-color: #F80BDF;
}
</style>
border-color css
<style>
span { border-color: #F80BDF; }
span { border-color: rgb(248,11,223); }
td.TdClassName
{
border-color: #F80BDF;
}
.TagClassName
{
border-color: #F80BDF;
}
</style>