Shades of Hot Magenta #F901DD
Tints of Hot Magenta #F901DD
RGB
CMYK
RGB Variations
Color information
#F901DD (or 0xF901DD) is known color: Hot Magenta. HEX triplet: F9, 01 and DD. RGB value is (249,1,221). Sum of RGB (Red+Green+Blue) = 249+1+221=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 1 (0.78% from 255 or 0.21% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F901DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901DD is #06FE22. Grayscale: #636363. Windows color (decimal): -458275 or 14483961. OLE color: 14483961.
HSL color Cylindrical-coordinate representation of color #F901DD: hue angle of 306.77º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F901DD is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 221 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.02 |
| HSL | 306.77º | 0.99% | 0.49% | - |
| HSV(B) | 306.77º | 1% | 0.98% | - |
| XYZ | 52.13 | 25.38 | 70.56 | - |
| YUV | 100.23 | 196.16 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 221 | 0 | 1.00 | 0.11 | 0.02 | 306.77 | 0.99 | 0.49 |
| Hex | F9 | 1 | DD | 0 | 64 | B | 2 | 133 | 63 | 31 |
| Octal | 371 | 1 | 335 | 0 | 144 | 13 | 2 | 463 | 143 | 61 |
| Binary | 11111001 | 1 | 11011101 | 0 | 1100100 | 1011 | 10 | 100110011 | 1100011 | 110001 |
Color Harmonies of #F901DD
Complementary color
Monochromatic Colors of #F901DD
Black with #F901DD
Text Example
Text Example
White with #F901DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F901DD; }
p { color: rgb(249,1,221); }
H1.HeaderClassName
{
color: #F901DD;
}
.AnyTagClassName
{
color: #F901DD;
}
</style>
background-color css
<style>
a { background-color: #F901DD; }
a { background-color: rgb(249,1,221); }
div.DivClassName
{
background-color: #F901DD;
}
.BgClassName
{
background-color: #F901DD;
}
</style>
border-color css
<style>
span { border-color: #F901DD; }
span { border-color: rgb(249,1,221); }
td.TdClassName
{
border-color: #F901DD;
}
.TagClassName
{
border-color: #F901DD;
}
</style>