Shades of Hot Magenta #F806C8
Tints of Hot Magenta #F806C8
RGB
CMYK
RGB Variations
Color information
#F806C8 (or 0xF806C8) is known color: Hot Magenta. HEX triplet: F8, 06 and C8. RGB value is (248,6,200). Sum of RGB (Red+Green+Blue) = 248+6+200=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 6 (2.73% from 255 or 1.32% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F806C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F806C8 is #07F937. Grayscale: #636363. Windows color (decimal): -522552 or 13108984. OLE color: 13108984.
HSL color Cylindrical-coordinate representation of color #F806C8: hue angle of 311.9º degrees, saturation: 0.95, 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 #F806C8 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 200 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.03 |
| HSL | 311.9º | 0.95% | 0.5% | - |
| HSV(B) | 311.9º | 0.98% | 0.97% | - |
| XYZ | 49.2 | 24.26 | 56.73 | - |
| YUV | 100.47 | 184.17 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 200 | 0 | 0.98 | 0.19 | 0.03 | 311.9 | 0.95 | 0.5 |
| Hex | F8 | 6 | C8 | 0 | 62 | 13 | 3 | 138 | 5F | 32 |
| Octal | 370 | 6 | 310 | 0 | 142 | 23 | 3 | 470 | 137 | 62 |
| Binary | 11111000 | 110 | 11001000 | 0 | 1100010 | 10011 | 11 | 100111000 | 1011111 | 110010 |
Color Harmonies of #F806C8
Complementary color
Monochromatic Colors of #F806C8
Black with #F806C8
Text Example
Text Example
White with #F806C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F806C8; }
p { color: rgb(248,6,200); }
H1.HeaderClassName
{
color: #F806C8;
}
.AnyTagClassName
{
color: #F806C8;
}
</style>
background-color css
<style>
a { background-color: #F806C8; }
a { background-color: rgb(248,6,200); }
div.DivClassName
{
background-color: #F806C8;
}
.BgClassName
{
background-color: #F806C8;
}
</style>
border-color css
<style>
span { border-color: #F806C8; }
span { border-color: rgb(248,6,200); }
td.TdClassName
{
border-color: #F806C8;
}
.TagClassName
{
border-color: #F806C8;
}
</style>