Shades of Hot Magenta #F906DB
Tints of Hot Magenta #F906DB
RGB
CMYK
RGB Variations
Color information
#F906DB (or 0xF906DB) is known color: Hot Magenta. HEX triplet: F9, 06 and DB. RGB value is (249,6,219). Sum of RGB (Red+Green+Blue) = 249+6+219=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 6 (2.73% from 255 or 1.27% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F906DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F906DB is #06F924. Grayscale: #666666. Windows color (decimal): -456997 or 14354169. OLE color: 14354169.
HSL color Cylindrical-coordinate representation of color #F906DB: hue angle of 307.41º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F906DB is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 219 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.02 |
| HSL | 307.41º | 0.95% | 0.5% | - |
| HSV(B) | 307.41º | 0.98% | 0.98% | - |
| XYZ | 51.92 | 25.38 | 69.18 | - |
| YUV | 102.94 | 193.51 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 219 | 0 | 0.98 | 0.12 | 0.02 | 307.41 | 0.95 | 0.5 |
| Hex | F9 | 6 | DB | 0 | 62 | C | 2 | 133 | 5F | 32 |
| Octal | 371 | 6 | 333 | 0 | 142 | 14 | 2 | 463 | 137 | 62 |
| Binary | 11111001 | 110 | 11011011 | 0 | 1100010 | 1100 | 10 | 100110011 | 1011111 | 110010 |
Color Harmonies of #F906DB
Complementary color
Monochromatic Colors of #F906DB
Black with #F906DB
Text Example
Text Example
White with #F906DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F906DB; }
p { color: rgb(249,6,219); }
H1.HeaderClassName
{
color: #F906DB;
}
.AnyTagClassName
{
color: #F906DB;
}
</style>
background-color css
<style>
a { background-color: #F906DB; }
a { background-color: rgb(249,6,219); }
div.DivClassName
{
background-color: #F906DB;
}
.BgClassName
{
background-color: #F906DB;
}
</style>
border-color css
<style>
span { border-color: #F906DB; }
span { border-color: rgb(249,6,219); }
td.TdClassName
{
border-color: #F906DB;
}
.TagClassName
{
border-color: #F906DB;
}
</style>