Shades of Hot Magenta #F905D2
Tints of Hot Magenta #F905D2
RGB
CMYK
RGB Variations
Color information
#F905D2 (or 0xF905D2) is known color: Hot Magenta. HEX triplet: F9, 05 and D2. RGB value is (249,5,210). Sum of RGB (Red+Green+Blue) = 249+5+210=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 5 (2.34% from 255 or 1.08% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F905D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F905D2 is #06FA2D. Grayscale: #646464. Windows color (decimal): -457262 or 13764089. OLE color: 13764089.
HSL color Cylindrical-coordinate representation of color #F905D2: hue angle of 309.59º 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 #F905D2 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 210 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.02 |
| HSL | 309.59º | 0.96% | 0.5% | - |
| HSV(B) | 309.59º | 0.98% | 0.98% | - |
| XYZ | 50.75 | 24.9 | 63.1 | - |
| YUV | 101.33 | 189.34 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 210 | 0 | 0.98 | 0.16 | 0.02 | 309.59 | 0.96 | 0.5 |
| Hex | F9 | 5 | D2 | 0 | 62 | 10 | 2 | 136 | 60 | 32 |
| Octal | 371 | 5 | 322 | 0 | 142 | 20 | 2 | 466 | 140 | 62 |
| Binary | 11111001 | 101 | 11010010 | 0 | 1100010 | 10000 | 10 | 100110110 | 1100000 | 110010 |
Color Harmonies of #F905D2
Complementary color
Monochromatic Colors of #F905D2
Black with #F905D2
Text Example
Text Example
White with #F905D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F905D2; }
p { color: rgb(249,5,210); }
H1.HeaderClassName
{
color: #F905D2;
}
.AnyTagClassName
{
color: #F905D2;
}
</style>
background-color css
<style>
a { background-color: #F905D2; }
a { background-color: rgb(249,5,210); }
div.DivClassName
{
background-color: #F905D2;
}
.BgClassName
{
background-color: #F905D2;
}
</style>
border-color css
<style>
span { border-color: #F905D2; }
span { border-color: rgb(249,5,210); }
td.TdClassName
{
border-color: #F905D2;
}
.TagClassName
{
border-color: #F905D2;
}
</style>