Shades of Hot Magenta #F910DC
Tints of Hot Magenta #F910DC
RGB
CMYK
RGB Variations
Color information
#F910DC (or 0xF910DC) is known color: Hot Magenta. HEX triplet: F9, 10 and DC. RGB value is (249,16,220). Sum of RGB (Red+Green+Blue) = 249+16+220=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F910DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F910DC is #06EF23. Grayscale: #6C6C6C. Windows color (decimal): -454436 or 14422265. OLE color: 14422265.
HSL color Cylindrical-coordinate representation of color #F910DC: hue angle of 307.47º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F910DC is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 220 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.02 |
| HSL | 307.47º | 0.95% | 0.52% | - |
| HSV(B) | 307.47º | 0.94% | 0.98% | - |
| XYZ | 52.17 | 25.68 | 69.92 | - |
| YUV | 108.92 | 190.69 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 220 | 0 | 0.94 | 0.12 | 0.02 | 307.47 | 0.95 | 0.52 |
| Hex | F9 | 10 | DC | 0 | 5E | C | 2 | 133 | 5F | 34 |
| Octal | 371 | 20 | 334 | 0 | 136 | 14 | 2 | 463 | 137 | 64 |
| Binary | 11111001 | 10000 | 11011100 | 0 | 1011110 | 1100 | 10 | 100110011 | 1011111 | 110100 |
Color Harmonies of #F910DC
Complementary color
Monochromatic Colors of #F910DC
Black with #F910DC
Text Example
Text Example
White with #F910DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F910DC; }
p { color: rgb(249,16,220); }
H1.HeaderClassName
{
color: #F910DC;
}
.AnyTagClassName
{
color: #F910DC;
}
</style>
background-color css
<style>
a { background-color: #F910DC; }
a { background-color: rgb(249,16,220); }
div.DivClassName
{
background-color: #F910DC;
}
.BgClassName
{
background-color: #F910DC;
}
</style>
border-color css
<style>
span { border-color: #F910DC; }
span { border-color: rgb(249,16,220); }
td.TdClassName
{
border-color: #F910DC;
}
.TagClassName
{
border-color: #F910DC;
}
</style>