Shades of Hot Magenta #F903DB
Tints of Hot Magenta #F903DB
RGB
CMYK
RGB Variations
Color information
#F903DB (or 0xF903DB) is known color: Hot Magenta. HEX triplet: F9, 03 and DB. RGB value is (249,3,219). Sum of RGB (Red+Green+Blue) = 249+3+219=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 3 (1.56% from 255 or 0.64% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F903DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F903DB is #06FC24. Grayscale: #646464. Windows color (decimal): -457765 or 14353401. OLE color: 14353401.
HSL color Cylindrical-coordinate representation of color #F903DB: hue angle of 307.32º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F903DB is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 219 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.02 |
| HSL | 307.32º | 0.98% | 0.49% | - |
| HSV(B) | 307.32º | 0.99% | 0.98% | - |
| XYZ | 51.89 | 25.32 | 69.17 | - |
| YUV | 101.18 | 194.5 | 233.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 219 | 0 | 0.99 | 0.12 | 0.02 | 307.32 | 0.98 | 0.49 |
| Hex | F9 | 3 | DB | 0 | 63 | C | 2 | 133 | 62 | 31 |
| Octal | 371 | 3 | 333 | 0 | 143 | 14 | 2 | 463 | 142 | 61 |
| Binary | 11111001 | 11 | 11011011 | 0 | 1100011 | 1100 | 10 | 100110011 | 1100010 | 110001 |
Color Harmonies of #F903DB
Complementary color
Monochromatic Colors of #F903DB
Black with #F903DB
Text Example
Text Example
White with #F903DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F903DB; }
p { color: rgb(249,3,219); }
H1.HeaderClassName
{
color: #F903DB;
}
.AnyTagClassName
{
color: #F903DB;
}
</style>
background-color css
<style>
a { background-color: #F903DB; }
a { background-color: rgb(249,3,219); }
div.DivClassName
{
background-color: #F903DB;
}
.BgClassName
{
background-color: #F903DB;
}
</style>
border-color css
<style>
span { border-color: #F903DB; }
span { border-color: rgb(249,3,219); }
td.TdClassName
{
border-color: #F903DB;
}
.TagClassName
{
border-color: #F903DB;
}
</style>