Shades of Hot Magenta #F901D5
Tints of Hot Magenta #F901D5
RGB
CMYK
RGB Variations
Color information
#F901D5 (or 0xF901D5) is known color: Hot Magenta. HEX triplet: F9, 01 and D5. RGB value is (249,1,213). Sum of RGB (Red+Green+Blue) = 249+1+213=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 1 (0.78% from 255 or 0.22% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F901D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901D5 is #06FE2A. Grayscale: #626262. Windows color (decimal): -458283 or 13959673. OLE color: 13959673.
HSL color Cylindrical-coordinate representation of color #F901D5: hue angle of 308.71º 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 #F901D5 is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 213 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.02 |
| HSL | 308.71º | 0.99% | 0.49% | - |
| HSV(B) | 308.71º | 1% | 0.98% | - |
| XYZ | 51.09 | 24.97 | 65.08 | - |
| YUV | 99.32 | 192.16 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 213 | 0 | 1.00 | 0.14 | 0.02 | 308.71 | 0.99 | 0.49 |
| Hex | F9 | 1 | D5 | 0 | 64 | E | 2 | 135 | 63 | 31 |
| Octal | 371 | 1 | 325 | 0 | 144 | 16 | 2 | 465 | 143 | 61 |
| Binary | 11111001 | 1 | 11010101 | 0 | 1100100 | 1110 | 10 | 100110101 | 1100011 | 110001 |
Color Harmonies of #F901D5
Complementary color
Monochromatic Colors of #F901D5
Black with #F901D5
Text Example
Text Example
White with #F901D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F901D5; }
p { color: rgb(249,1,213); }
H1.HeaderClassName
{
color: #F901D5;
}
.AnyTagClassName
{
color: #F901D5;
}
</style>
background-color css
<style>
a { background-color: #F901D5; }
a { background-color: rgb(249,1,213); }
div.DivClassName
{
background-color: #F901D5;
}
.BgClassName
{
background-color: #F901D5;
}
</style>
border-color css
<style>
span { border-color: #F901D5; }
span { border-color: rgb(249,1,213); }
td.TdClassName
{
border-color: #F901D5;
}
.TagClassName
{
border-color: #F901D5;
}
</style>