Shades of Hot Magenta #F805CB
Tints of Hot Magenta #F805CB
RGB
CMYK
RGB Variations
Color information
#F805CB (or 0xF805CB) is known color: Hot Magenta. HEX triplet: F8, 05 and CB. RGB value is (248,5,203). Sum of RGB (Red+Green+Blue) = 248+5+203=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 5 (2.34% from 255 or 1.10% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F805CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805CB is #07FA34. Grayscale: #636363. Windows color (decimal): -522805 or 13305336. OLE color: 13305336.
HSL color Cylindrical-coordinate representation of color #F805CB: hue angle of 311.11º 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 #F805CB is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 203 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.03 |
| HSL | 311.11º | 0.96% | 0.5% | - |
| HSV(B) | 311.11º | 0.98% | 0.97% | - |
| XYZ | 49.55 | 24.38 | 58.59 | - |
| YUV | 100.23 | 186.01 | 233.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 203 | 0 | 0.98 | 0.18 | 0.03 | 311.11 | 0.96 | 0.5 |
| Hex | F8 | 5 | CB | 0 | 62 | 12 | 3 | 137 | 60 | 32 |
| Octal | 370 | 5 | 313 | 0 | 142 | 22 | 3 | 467 | 140 | 62 |
| Binary | 11111000 | 101 | 11001011 | 0 | 1100010 | 10010 | 11 | 100110111 | 1100000 | 110010 |
Color Harmonies of #F805CB
Complementary color
Monochromatic Colors of #F805CB
Black with #F805CB
Text Example
Text Example
White with #F805CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F805CB; }
p { color: rgb(248,5,203); }
H1.HeaderClassName
{
color: #F805CB;
}
.AnyTagClassName
{
color: #F805CB;
}
</style>
background-color css
<style>
a { background-color: #F805CB; }
a { background-color: rgb(248,5,203); }
div.DivClassName
{
background-color: #F805CB;
}
.BgClassName
{
background-color: #F805CB;
}
</style>
border-color css
<style>
span { border-color: #F805CB; }
span { border-color: rgb(248,5,203); }
td.TdClassName
{
border-color: #F805CB;
}
.TagClassName
{
border-color: #F805CB;
}
</style>