Shades of Hot Magenta #F806DB
Tints of Hot Magenta #F806DB
RGB
CMYK
RGB Variations
Color information
#F806DB (or 0xF806DB) is known color: Hot Magenta. HEX triplet: F8, 06 and DB. RGB value is (248,6,219). Sum of RGB (Red+Green+Blue) = 248+6+219=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 6 (2.73% from 255 or 1.27% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F806DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F806DB is #07F924. Grayscale: #666666. Windows color (decimal): -522533 or 14354168. OLE color: 14354168.
HSL color Cylindrical-coordinate representation of color #F806DB: hue angle of 307.19º 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 #F806DB is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 219 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.03 |
| HSL | 307.19º | 0.95% | 0.5% | - |
| HSV(B) | 307.19º | 0.98% | 0.97% | - |
| XYZ | 51.56 | 25.2 | 69.16 | - |
| YUV | 102.64 | 193.67 | 231.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 219 | 0 | 0.98 | 0.12 | 0.03 | 307.19 | 0.95 | 0.5 |
| Hex | F8 | 6 | DB | 0 | 62 | C | 3 | 133 | 5F | 32 |
| Octal | 370 | 6 | 333 | 0 | 142 | 14 | 3 | 463 | 137 | 62 |
| Binary | 11111000 | 110 | 11011011 | 0 | 1100010 | 1100 | 11 | 100110011 | 1011111 | 110010 |
Color Harmonies of #F806DB
Complementary color
Monochromatic Colors of #F806DB
Black with #F806DB
Text Example
Text Example
White with #F806DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F806DB; }
p { color: rgb(248,6,219); }
H1.HeaderClassName
{
color: #F806DB;
}
.AnyTagClassName
{
color: #F806DB;
}
</style>
background-color css
<style>
a { background-color: #F806DB; }
a { background-color: rgb(248,6,219); }
div.DivClassName
{
background-color: #F806DB;
}
.BgClassName
{
background-color: #F806DB;
}
</style>
border-color css
<style>
span { border-color: #F806DB; }
span { border-color: rgb(248,6,219); }
td.TdClassName
{
border-color: #F806DB;
}
.TagClassName
{
border-color: #F806DB;
}
</style>