Shades of Hot Magenta #F902DB
Tints of Hot Magenta #F902DB
RGB
CMYK
RGB Variations
Color information
#F902DB (or 0xF902DB) is known color: Hot Magenta. HEX triplet: F9, 02 and DB. RGB value is (249,2,219). Sum of RGB (Red+Green+Blue) = 249+2+219=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 2 (1.17% from 255 or 0.43% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F902DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F902DB is #06FD24. Grayscale: #636363. Windows color (decimal): -458021 or 14353145. OLE color: 14353145.
HSL color Cylindrical-coordinate representation of color #F902DB: hue angle of 307.29º 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 #F902DB is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 2 | 219 | - |
CMYK | 0 | 0.99 | 0.12 | 0.02 |
HSL | 307.29º | 0.98% | 0.49% | - |
HSV(B) | 307.29º | 0.99% | 0.98% | - |
XYZ | 51.87 | 25.3 | 69.17 | - |
YUV | 100.59 | 194.83 | 233.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 2 | 219 | 0 | 0.99 | 0.12 | 0.02 | 307.29 | 0.98 | 0.49 |
Hex | F9 | 2 | DB | 0 | 63 | C | 2 | 133 | 62 | 31 |
Octal | 371 | 2 | 333 | 0 | 143 | 14 | 2 | 463 | 142 | 61 |
Binary | 11111001 | 10 | 11011011 | 0 | 1100011 | 1100 | 10 | 100110011 | 1100010 | 110001 |
Color Harmonies of #F902DB
Complementary color
Monochromatic Colors of #F902DB
Black with #F902DB
Text Example
Text Example
White with #F902DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902DB; }
p { color: rgb(249,2,219); }
H1.HeaderClassName
{
color: #F902DB;
}
.AnyTagClassName
{
color: #F902DB;
}
</style>
background-color css
<style>
a { background-color: #F902DB; }
a { background-color: rgb(249,2,219); }
div.DivClassName
{
background-color: #F902DB;
}
.BgClassName
{
background-color: #F902DB;
}
</style>
border-color css
<style>
span { border-color: #F902DB; }
span { border-color: rgb(249,2,219); }
td.TdClassName
{
border-color: #F902DB;
}
.TagClassName
{
border-color: #F902DB;
}
</style>