Shades of Hot Magenta #F909DB
Tints of Hot Magenta #F909DB
RGB
CMYK
RGB Variations
Color information
#F909DB (or 0xF909DB) is known color: Hot Magenta. HEX triplet: F9, 09 and DB. RGB value is (249,9,219). Sum of RGB (Red+Green+Blue) = 249+9+219=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 9 (3.91% from 255 or 1.89% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F909DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F909DB is #06F624. Grayscale: #686868. Windows color (decimal): -456229 or 14354937. OLE color: 14354937.
HSL color Cylindrical-coordinate representation of color #F909DB: hue angle of 307.5º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F909DB is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 9 | 219 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.02 |
| HSL | 307.5º | 0.95% | 0.51% | - |
| HSV(B) | 307.5º | 0.96% | 0.98% | - |
| XYZ | 51.95 | 25.45 | 69.19 | - |
| YUV | 104.7 | 192.51 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 9 | 219 | 0 | 0.96 | 0.12 | 0.02 | 307.5 | 0.95 | 0.51 |
| Hex | F9 | 9 | DB | 0 | 60 | C | 2 | 134 | 5F | 33 |
| Octal | 371 | 11 | 333 | 0 | 140 | 14 | 2 | 464 | 137 | 63 |
| Binary | 11111001 | 1001 | 11011011 | 0 | 1100000 | 1100 | 10 | 100110100 | 1011111 | 110011 |
Color Harmonies of #F909DB
Complementary color
Monochromatic Colors of #F909DB
Black with #F909DB
Text Example
Text Example
White with #F909DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F909DB; }
p { color: rgb(249,9,219); }
H1.HeaderClassName
{
color: #F909DB;
}
.AnyTagClassName
{
color: #F909DB;
}
</style>
background-color css
<style>
a { background-color: #F909DB; }
a { background-color: rgb(249,9,219); }
div.DivClassName
{
background-color: #F909DB;
}
.BgClassName
{
background-color: #F909DB;
}
</style>
border-color css
<style>
span { border-color: #F909DB; }
span { border-color: rgb(249,9,219); }
td.TdClassName
{
border-color: #F909DB;
}
.TagClassName
{
border-color: #F909DB;
}
</style>