Shades of Hot Magenta #F905D1
Tints of Hot Magenta #F905D1
RGB
CMYK
RGB Variations
Color information
#F905D1 (or 0xF905D1) is known color: Hot Magenta. HEX triplet: F9, 05 and D1. RGB value is (249,5,209). Sum of RGB (Red+Green+Blue) = 249+5+209=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 5 (2.34% from 255 or 1.08% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F905D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F905D1 is #06FA2E. Grayscale: #646464. Windows color (decimal): -457263 or 13698553. OLE color: 13698553.
HSL color Cylindrical-coordinate representation of color #F905D1: hue angle of 309.84º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F905D1 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 209 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.02 |
| HSL | 309.84º | 0.96% | 0.5% | - |
| HSV(B) | 309.84º | 0.98% | 0.98% | - |
| XYZ | 50.63 | 24.85 | 62.45 | - |
| YUV | 101.21 | 188.84 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 209 | 0 | 0.98 | 0.16 | 0.02 | 309.84 | 0.96 | 0.5 |
| Hex | F9 | 5 | D1 | 0 | 62 | 10 | 2 | 136 | 60 | 32 |
| Octal | 371 | 5 | 321 | 0 | 142 | 20 | 2 | 466 | 140 | 62 |
| Binary | 11111001 | 101 | 11010001 | 0 | 1100010 | 10000 | 10 | 100110110 | 1100000 | 110010 |
Color Harmonies of #F905D1
Complementary color
Monochromatic Colors of #F905D1
Black with #F905D1
Text Example
Text Example
White with #F905D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F905D1; }
p { color: rgb(249,5,209); }
H1.HeaderClassName
{
color: #F905D1;
}
.AnyTagClassName
{
color: #F905D1;
}
</style>
background-color css
<style>
a { background-color: #F905D1; }
a { background-color: rgb(249,5,209); }
div.DivClassName
{
background-color: #F905D1;
}
.BgClassName
{
background-color: #F905D1;
}
</style>
border-color css
<style>
span { border-color: #F905D1; }
span { border-color: rgb(249,5,209); }
td.TdClassName
{
border-color: #F905D1;
}
.TagClassName
{
border-color: #F905D1;
}
</style>