Shades of Hot Magenta #F806CB
Tints of Hot Magenta #F806CB
RGB
CMYK
RGB Variations
Color information
#F806CB (or 0xF806CB) is known color: Hot Magenta. HEX triplet: F8, 06 and CB. RGB value is (248,6,203). Sum of RGB (Red+Green+Blue) = 248+6+203=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 6 (2.73% from 255 or 1.31% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F806CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F806CB is #07F934. Grayscale: #646464. Windows color (decimal): -522549 or 13305592. OLE color: 13305592.
HSL color Cylindrical-coordinate representation of color #F806CB: hue angle of 311.16º 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 #F806CB is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 203 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.03 |
| HSL | 311.16º | 0.95% | 0.5% | - |
| HSV(B) | 311.16º | 0.98% | 0.97% | - |
| XYZ | 49.56 | 24.4 | 58.6 | - |
| YUV | 100.82 | 185.67 | 232.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 203 | 0 | 0.98 | 0.18 | 0.03 | 311.16 | 0.95 | 0.5 |
| Hex | F8 | 6 | CB | 0 | 62 | 12 | 3 | 137 | 5F | 32 |
| Octal | 370 | 6 | 313 | 0 | 142 | 22 | 3 | 467 | 137 | 62 |
| Binary | 11111000 | 110 | 11001011 | 0 | 1100010 | 10010 | 11 | 100110111 | 1011111 | 110010 |
Color Harmonies of #F806CB
Complementary color
Monochromatic Colors of #F806CB
Black with #F806CB
Text Example
Text Example
White with #F806CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F806CB; }
p { color: rgb(248,6,203); }
H1.HeaderClassName
{
color: #F806CB;
}
.AnyTagClassName
{
color: #F806CB;
}
</style>
background-color css
<style>
a { background-color: #F806CB; }
a { background-color: rgb(248,6,203); }
div.DivClassName
{
background-color: #F806CB;
}
.BgClassName
{
background-color: #F806CB;
}
</style>
border-color css
<style>
span { border-color: #F806CB; }
span { border-color: rgb(248,6,203); }
td.TdClassName
{
border-color: #F806CB;
}
.TagClassName
{
border-color: #F806CB;
}
</style>