Shades of Hot Magenta #F805D2
Tints of Hot Magenta #F805D2
RGB
CMYK
RGB Variations
Color information
#F805D2 (or 0xF805D2) is known color: Hot Magenta. HEX triplet: F8, 05 and D2. RGB value is (248,5,210). Sum of RGB (Red+Green+Blue) = 248+5+210=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 5 (2.34% from 255 or 1.08% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F805D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805D2 is #07FA2D. Grayscale: #646464. Windows color (decimal): -522798 or 13764088. OLE color: 13764088.
HSL color Cylindrical-coordinate representation of color #F805D2: hue angle of 309.38º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F805D2 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 210 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.03 |
| HSL | 309.38º | 0.96% | 0.5% | - |
| HSV(B) | 309.38º | 0.98% | 0.97% | - |
| XYZ | 50.4 | 24.72 | 63.09 | - |
| YUV | 101.03 | 189.51 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 210 | 0 | 0.98 | 0.15 | 0.03 | 309.38 | 0.96 | 0.5 |
| Hex | F8 | 5 | D2 | 0 | 62 | F | 3 | 135 | 60 | 32 |
| Octal | 370 | 5 | 322 | 0 | 142 | 17 | 3 | 465 | 140 | 62 |
| Binary | 11111000 | 101 | 11010010 | 0 | 1100010 | 1111 | 11 | 100110101 | 1100000 | 110010 |
Color Harmonies of #F805D2
Complementary color
Monochromatic Colors of #F805D2
Black with #F805D2
Text Example
Text Example
White with #F805D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F805D2; }
p { color: rgb(248,5,210); }
H1.HeaderClassName
{
color: #F805D2;
}
.AnyTagClassName
{
color: #F805D2;
}
</style>
background-color css
<style>
a { background-color: #F805D2; }
a { background-color: rgb(248,5,210); }
div.DivClassName
{
background-color: #F805D2;
}
.BgClassName
{
background-color: #F805D2;
}
</style>
border-color css
<style>
span { border-color: #F805D2; }
span { border-color: rgb(248,5,210); }
td.TdClassName
{
border-color: #F805D2;
}
.TagClassName
{
border-color: #F805D2;
}
</style>