Shades of Hot Magenta #F80BD1
Tints of Hot Magenta #F80BD1
RGB
CMYK
RGB Variations
Color information
#F80BD1 (or 0xF80BD1) is known color: Hot Magenta. HEX triplet: F8, 0B and D1. RGB value is (248,11,209). Sum of RGB (Red+Green+Blue) = 248+11+209=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 11 (4.69% from 255 or 2.35% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80BD1 is #07F42E. Grayscale: #676767. Windows color (decimal): -521263 or 13700088. OLE color: 13700088.
HSL color Cylindrical-coordinate representation of color #F80BD1: hue angle of 309.87º 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 #F80BD1 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 209 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.03 |
| HSL | 309.87º | 0.94% | 0.51% | - |
| HSV(B) | 309.87º | 0.96% | 0.97% | - |
| XYZ | 50.34 | 24.8 | 62.46 | - |
| YUV | 104.44 | 187.02 | 230.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 209 | 0 | 0.96 | 0.16 | 0.03 | 309.87 | 0.94 | 0.51 |
| Hex | F8 | B | D1 | 0 | 60 | 10 | 3 | 136 | 5E | 33 |
| Octal | 370 | 13 | 321 | 0 | 140 | 20 | 3 | 466 | 136 | 63 |
| Binary | 11111000 | 1011 | 11010001 | 0 | 1100000 | 10000 | 11 | 100110110 | 1011110 | 110011 |
Color Harmonies of #F80BD1
Complementary color
Monochromatic Colors of #F80BD1
Black with #F80BD1
Text Example
Text Example
White with #F80BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80BD1; }
p { color: rgb(248,11,209); }
H1.HeaderClassName
{
color: #F80BD1;
}
.AnyTagClassName
{
color: #F80BD1;
}
</style>
background-color css
<style>
a { background-color: #F80BD1; }
a { background-color: rgb(248,11,209); }
div.DivClassName
{
background-color: #F80BD1;
}
.BgClassName
{
background-color: #F80BD1;
}
</style>
border-color css
<style>
span { border-color: #F80BD1; }
span { border-color: rgb(248,11,209); }
td.TdClassName
{
border-color: #F80BD1;
}
.TagClassName
{
border-color: #F80BD1;
}
</style>