Shades of Hot Magenta #F80BD3
Tints of Hot Magenta #F80BD3
RGB
CMYK
RGB Variations
Color information
#F80BD3 (or 0xF80BD3) is known color: Hot Magenta. HEX triplet: F8, 0B and D3. RGB value is (248,11,211). Sum of RGB (Red+Green+Blue) = 248+11+211=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 11 (4.69% from 255 or 2.34% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80BD3 is #07F42C. Grayscale: #686868. Windows color (decimal): -521261 or 13831160. OLE color: 13831160.
HSL color Cylindrical-coordinate representation of color #F80BD3: hue angle of 309.37º 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 #F80BD3 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 211 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.03 |
| HSL | 309.37º | 0.94% | 0.51% | - |
| HSV(B) | 309.37º | 0.96% | 0.97% | - |
| XYZ | 50.59 | 24.9 | 63.77 | - |
| YUV | 104.66 | 188.02 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 211 | 0 | 0.96 | 0.15 | 0.03 | 309.37 | 0.94 | 0.51 |
| Hex | F8 | B | D3 | 0 | 60 | F | 3 | 135 | 5E | 33 |
| Octal | 370 | 13 | 323 | 0 | 140 | 17 | 3 | 465 | 136 | 63 |
| Binary | 11111000 | 1011 | 11010011 | 0 | 1100000 | 1111 | 11 | 100110101 | 1011110 | 110011 |
Color Harmonies of #F80BD3
Complementary color
Monochromatic Colors of #F80BD3
Black with #F80BD3
Text Example
Text Example
White with #F80BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80BD3; }
p { color: rgb(248,11,211); }
H1.HeaderClassName
{
color: #F80BD3;
}
.AnyTagClassName
{
color: #F80BD3;
}
</style>
background-color css
<style>
a { background-color: #F80BD3; }
a { background-color: rgb(248,11,211); }
div.DivClassName
{
background-color: #F80BD3;
}
.BgClassName
{
background-color: #F80BD3;
}
</style>
border-color css
<style>
span { border-color: #F80BD3; }
span { border-color: rgb(248,11,211); }
td.TdClassName
{
border-color: #F80BD3;
}
.TagClassName
{
border-color: #F80BD3;
}
</style>