Shades of Hot Magenta #F501C9
Tints of Hot Magenta #F501C9
RGB
CMYK
RGB Variations
Color information
#F501C9 (or 0xF501C9) is known color: Hot Magenta. HEX triplet: F5, 01 and C9. RGB value is (245,1,201). Sum of RGB (Red+Green+Blue) = 245+1+201=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F501C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F501C9 is #0AFE36. Grayscale: #606060. Windows color (decimal): -720439 or 13173237. OLE color: 13173237.
HSL color Cylindrical-coordinate representation of color #F501C9: hue angle of 310.82º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F501C9 is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 201 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.04 |
| HSL | 310.82º | 0.99% | 0.48% | - |
| HSV(B) | 310.82º | 1% | 0.96% | - |
| XYZ | 48.21 | 23.65 | 57.28 | - |
| YUV | 96.76 | 186.84 | 233.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 201 | 0 | 1.00 | 0.18 | 0.04 | 310.82 | 0.99 | 0.48 |
| Hex | F5 | 1 | C9 | 0 | 64 | 12 | 4 | 137 | 63 | 30 |
| Octal | 365 | 1 | 311 | 0 | 144 | 22 | 4 | 467 | 143 | 60 |
| Binary | 11110101 | 1 | 11001001 | 0 | 1100100 | 10010 | 100 | 100110111 | 1100011 | 110000 |
Color Harmonies of #F501C9
Complementary color
Monochromatic Colors of #F501C9
Black with #F501C9
Text Example
Text Example
White with #F501C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F501C9; }
p { color: rgb(245,1,201); }
H1.HeaderClassName
{
color: #F501C9;
}
.AnyTagClassName
{
color: #F501C9;
}
</style>
background-color css
<style>
a { background-color: #F501C9; }
a { background-color: rgb(245,1,201); }
div.DivClassName
{
background-color: #F501C9;
}
.BgClassName
{
background-color: #F501C9;
}
</style>
border-color css
<style>
span { border-color: #F501C9; }
span { border-color: rgb(245,1,201); }
td.TdClassName
{
border-color: #F501C9;
}
.TagClassName
{
border-color: #F501C9;
}
</style>