Shades of Hot Magenta #F902DC
Tints of Hot Magenta #F902DC
RGB
CMYK
RGB Variations
Color information
#F902DC (or 0xF902DC) is known color: Hot Magenta. HEX triplet: F9, 02 and DC. RGB value is (249,2,220). Sum of RGB (Red+Green+Blue) = 249+2+220=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 2 (1.17% from 255 or 0.42% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F902DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F902DC is #06FD23. Grayscale: #646464. Windows color (decimal): -458020 or 14418681. OLE color: 14418681.
HSL color Cylindrical-coordinate representation of color #F902DC: hue angle of 307.04º 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 #F902DC is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 220 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.02 |
| HSL | 307.04º | 0.98% | 0.49% | - |
| HSV(B) | 307.04º | 0.99% | 0.98% | - |
| XYZ | 52.01 | 25.35 | 69.86 | - |
| YUV | 100.71 | 195.33 | 233.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 220 | 0 | 0.99 | 0.12 | 0.02 | 307.04 | 0.98 | 0.49 |
| Hex | F9 | 2 | DC | 0 | 63 | C | 2 | 133 | 62 | 31 |
| Octal | 371 | 2 | 334 | 0 | 143 | 14 | 2 | 463 | 142 | 61 |
| Binary | 11111001 | 10 | 11011100 | 0 | 1100011 | 1100 | 10 | 100110011 | 1100010 | 110001 |
Color Harmonies of #F902DC
Complementary color
Monochromatic Colors of #F902DC
Black with #F902DC
Text Example
Text Example
White with #F902DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902DC; }
p { color: rgb(249,2,220); }
H1.HeaderClassName
{
color: #F902DC;
}
.AnyTagClassName
{
color: #F902DC;
}
</style>
background-color css
<style>
a { background-color: #F902DC; }
a { background-color: rgb(249,2,220); }
div.DivClassName
{
background-color: #F902DC;
}
.BgClassName
{
background-color: #F902DC;
}
</style>
border-color css
<style>
span { border-color: #F902DC; }
span { border-color: rgb(249,2,220); }
td.TdClassName
{
border-color: #F902DC;
}
.TagClassName
{
border-color: #F902DC;
}
</style>