Shades of Hot Magenta #F908D2
Tints of Hot Magenta #F908D2
RGB
CMYK
RGB Variations
Color information
#F908D2 (or 0xF908D2) is known color: Hot Magenta. HEX triplet: F9, 08 and D2. RGB value is (249,8,210). Sum of RGB (Red+Green+Blue) = 249+8+210=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 8 (3.52% from 255 or 1.71% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F908D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F908D2 is #06F72D. Grayscale: #666666. Windows color (decimal): -456494 or 13764857. OLE color: 13764857.
HSL color Cylindrical-coordinate representation of color #F908D2: hue angle of 309.71º 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 #F908D2 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 210 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.02 |
| HSL | 309.71º | 0.95% | 0.5% | - |
| HSV(B) | 309.71º | 0.97% | 0.98% | - |
| XYZ | 50.79 | 24.97 | 63.12 | - |
| YUV | 103.09 | 188.34 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 210 | 0 | 0.97 | 0.16 | 0.02 | 309.71 | 0.95 | 0.5 |
| Hex | F9 | 8 | D2 | 0 | 61 | 10 | 2 | 136 | 5F | 32 |
| Octal | 371 | 10 | 322 | 0 | 141 | 20 | 2 | 466 | 137 | 62 |
| Binary | 11111001 | 1000 | 11010010 | 0 | 1100001 | 10000 | 10 | 100110110 | 1011111 | 110010 |
Color Harmonies of #F908D2
Complementary color
Monochromatic Colors of #F908D2
Black with #F908D2
Text Example
Text Example
White with #F908D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F908D2; }
p { color: rgb(249,8,210); }
H1.HeaderClassName
{
color: #F908D2;
}
.AnyTagClassName
{
color: #F908D2;
}
</style>
background-color css
<style>
a { background-color: #F908D2; }
a { background-color: rgb(249,8,210); }
div.DivClassName
{
background-color: #F908D2;
}
.BgClassName
{
background-color: #F908D2;
}
</style>
border-color css
<style>
span { border-color: #F908D2; }
span { border-color: rgb(249,8,210); }
td.TdClassName
{
border-color: #F908D2;
}
.TagClassName
{
border-color: #F908D2;
}
</style>