Shades of Hot Magenta #F900DB
Tints of Hot Magenta #F900DB
RGB
CMYK
RGB Variations
Color information
#F900DB (or 0xF900DB) is known color: Hot Magenta. HEX triplet: F9, 00 and DB. RGB value is (249,0,219). Sum of RGB (Red+Green+Blue) = 249+0+219=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 0 (0.39% from 255 or 0% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F900DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900DB is #06FF24. Grayscale: #626262. Windows color (decimal): -458533 or 14352633. OLE color: 14352633.
HSL color Cylindrical-coordinate representation of color #F900DB: hue angle of 307.23º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F900DB is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 219 | - |
| CMYK | 0 | 1 | 0.12 | 0.02 |
| HSL | 307.23º | 1% | 0.49% | - |
| HSV(B) | 307.23º | 1% | 0.98% | - |
| XYZ | 51.85 | 25.25 | 69.16 | - |
| YUV | 99.42 | 195.49 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 219 | 0 | 1 | 0.12 | 0.02 | 307.23 | 1 | 0.49 |
| Hex | F9 | 0 | DB | 0 | 64 | C | 2 | 133 | 64 | 31 |
| Octal | 371 | 0 | 333 | 0 | 144 | 14 | 2 | 463 | 144 | 61 |
| Binary | 11111001 | 0 | 11011011 | 0 | 1100100 | 1100 | 10 | 100110011 | 1100100 | 110001 |
Color Harmonies of #F900DB
Complementary color
Monochromatic Colors of #F900DB
Black with #F900DB
Text Example
Text Example
White with #F900DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900DB; }
p { color: rgb(249,0,219); }
H1.HeaderClassName
{
color: #F900DB;
}
.AnyTagClassName
{
color: #F900DB;
}
</style>
background-color css
<style>
a { background-color: #F900DB; }
a { background-color: rgb(249,0,219); }
div.DivClassName
{
background-color: #F900DB;
}
.BgClassName
{
background-color: #F900DB;
}
</style>
border-color css
<style>
span { border-color: #F900DB; }
span { border-color: rgb(249,0,219); }
td.TdClassName
{
border-color: #F900DB;
}
.TagClassName
{
border-color: #F900DB;
}
</style>