Shades of Hot Magenta #F907D1
Tints of Hot Magenta #F907D1
RGB
CMYK
RGB Variations
Color information
#F907D1 (or 0xF907D1) is known color: Hot Magenta. HEX triplet: F9, 07 and D1. RGB value is (249,7,209). Sum of RGB (Red+Green+Blue) = 249+7+209=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 7 (3.12% from 255 or 1.51% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F907D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F907D1 is #06F82E. Grayscale: #656565. Windows color (decimal): -456751 or 13699065. OLE color: 13699065.
HSL color Cylindrical-coordinate representation of color #F907D1: hue angle of 309.92º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F907D1 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 209 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.02 |
| HSL | 309.92º | 0.95% | 0.5% | - |
| HSV(B) | 309.92º | 0.97% | 0.98% | - |
| XYZ | 50.65 | 24.9 | 62.46 | - |
| YUV | 102.39 | 188.17 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 209 | 0 | 0.97 | 0.16 | 0.02 | 309.92 | 0.95 | 0.5 |
| Hex | F9 | 7 | D1 | 0 | 61 | 10 | 2 | 136 | 5F | 32 |
| Octal | 371 | 7 | 321 | 0 | 141 | 20 | 2 | 466 | 137 | 62 |
| Binary | 11111001 | 111 | 11010001 | 0 | 1100001 | 10000 | 10 | 100110110 | 1011111 | 110010 |
Color Harmonies of #F907D1
Complementary color
Monochromatic Colors of #F907D1
Black with #F907D1
Text Example
Text Example
White with #F907D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F907D1; }
p { color: rgb(249,7,209); }
H1.HeaderClassName
{
color: #F907D1;
}
.AnyTagClassName
{
color: #F907D1;
}
</style>
background-color css
<style>
a { background-color: #F907D1; }
a { background-color: rgb(249,7,209); }
div.DivClassName
{
background-color: #F907D1;
}
.BgClassName
{
background-color: #F907D1;
}
</style>
border-color css
<style>
span { border-color: #F907D1; }
span { border-color: rgb(249,7,209); }
td.TdClassName
{
border-color: #F907D1;
}
.TagClassName
{
border-color: #F907D1;
}
</style>