Shades of Hot Magenta #F80BD2
Tints of Hot Magenta #F80BD2
RGB
CMYK
RGB Variations
Color information
#F80BD2 (or 0xF80BD2) is known color: Hot Magenta. HEX triplet: F8, 0B and D2. RGB value is (248,11,210). Sum of RGB (Red+Green+Blue) = 248+11+210=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 11 (4.69% from 255 or 2.35% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80BD2 is #07F42D. Grayscale: #676767. Windows color (decimal): -521262 or 13765624. OLE color: 13765624.
HSL color Cylindrical-coordinate representation of color #F80BD2: hue angle of 309.62º 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 #F80BD2 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 210 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.03 |
| HSL | 309.62º | 0.94% | 0.51% | - |
| HSV(B) | 309.62º | 0.96% | 0.97% | - |
| XYZ | 50.46 | 24.85 | 63.11 | - |
| YUV | 104.55 | 187.52 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 210 | 0 | 0.96 | 0.15 | 0.03 | 309.62 | 0.94 | 0.51 |
| Hex | F8 | B | D2 | 0 | 60 | F | 3 | 136 | 5E | 33 |
| Octal | 370 | 13 | 322 | 0 | 140 | 17 | 3 | 466 | 136 | 63 |
| Binary | 11111000 | 1011 | 11010010 | 0 | 1100000 | 1111 | 11 | 100110110 | 1011110 | 110011 |
Color Harmonies of #F80BD2
Complementary color
Monochromatic Colors of #F80BD2
Black with #F80BD2
Text Example
Text Example
White with #F80BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80BD2; }
p { color: rgb(248,11,210); }
H1.HeaderClassName
{
color: #F80BD2;
}
.AnyTagClassName
{
color: #F80BD2;
}
</style>
background-color css
<style>
a { background-color: #F80BD2; }
a { background-color: rgb(248,11,210); }
div.DivClassName
{
background-color: #F80BD2;
}
.BgClassName
{
background-color: #F80BD2;
}
</style>
border-color css
<style>
span { border-color: #F80BD2; }
span { border-color: rgb(248,11,210); }
td.TdClassName
{
border-color: #F80BD2;
}
.TagClassName
{
border-color: #F80BD2;
}
</style>