Shades of Hot Magenta #F905DB
Tints of Hot Magenta #F905DB
RGB
CMYK
RGB Variations
Color information
#F905DB (or 0xF905DB) is known color: Hot Magenta. HEX triplet: F9, 05 and DB. RGB value is (249,5,219). Sum of RGB (Red+Green+Blue) = 249+5+219=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 5 (2.34% from 255 or 1.06% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F905DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F905DB is #06FA24. Grayscale: #656565. Windows color (decimal): -457253 or 14353913. OLE color: 14353913.
HSL color Cylindrical-coordinate representation of color #F905DB: hue angle of 307.38º degrees, saturation: 0.96, 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 #F905DB is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 219 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.02 |
| HSL | 307.38º | 0.96% | 0.5% | - |
| HSV(B) | 307.38º | 0.98% | 0.98% | - |
| XYZ | 51.91 | 25.36 | 69.18 | - |
| YUV | 102.35 | 193.84 | 232.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 219 | 0 | 0.98 | 0.12 | 0.02 | 307.38 | 0.96 | 0.5 |
| Hex | F9 | 5 | DB | 0 | 62 | C | 2 | 133 | 60 | 32 |
| Octal | 371 | 5 | 333 | 0 | 142 | 14 | 2 | 463 | 140 | 62 |
| Binary | 11111001 | 101 | 11011011 | 0 | 1100010 | 1100 | 10 | 100110011 | 1100000 | 110010 |
Color Harmonies of #F905DB
Complementary color
Monochromatic Colors of #F905DB
Black with #F905DB
Text Example
Text Example
White with #F905DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F905DB; }
p { color: rgb(249,5,219); }
H1.HeaderClassName
{
color: #F905DB;
}
.AnyTagClassName
{
color: #F905DB;
}
</style>
background-color css
<style>
a { background-color: #F905DB; }
a { background-color: rgb(249,5,219); }
div.DivClassName
{
background-color: #F905DB;
}
.BgClassName
{
background-color: #F905DB;
}
</style>
border-color css
<style>
span { border-color: #F905DB; }
span { border-color: rgb(249,5,219); }
td.TdClassName
{
border-color: #F905DB;
}
.TagClassName
{
border-color: #F905DB;
}
</style>