Shades of Hot Magenta #F501DF
Tints of Hot Magenta #F501DF
RGB
CMYK
RGB Variations
Color information
#F501DF (or 0xF501DF) is known color: Hot Magenta. HEX triplet: F5, 01 and DF. RGB value is (245,1,223). Sum of RGB (Red+Green+Blue) = 245+1+223=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 1 (0.78% from 255 or 0.21% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F501DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F501DF is #0AFE20. Grayscale: #626262. Windows color (decimal): -720417 or 14615029. OLE color: 14615029.
HSL color Cylindrical-coordinate representation of color #F501DF: hue angle of 305.41º 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 #F501DF is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 223 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.04 |
| HSL | 305.41º | 0.99% | 0.48% | - |
| HSV(B) | 305.41º | 1% | 0.96% | - |
| XYZ | 50.99 | 24.76 | 71.9 | - |
| YUV | 99.26 | 197.84 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 223 | 0 | 1.00 | 0.09 | 0.04 | 305.41 | 0.99 | 0.48 |
| Hex | F5 | 1 | DF | 0 | 64 | 9 | 4 | 131 | 63 | 30 |
| Octal | 365 | 1 | 337 | 0 | 144 | 11 | 4 | 461 | 143 | 60 |
| Binary | 11110101 | 1 | 11011111 | 0 | 1100100 | 1001 | 100 | 100110001 | 1100011 | 110000 |
Color Harmonies of #F501DF
Complementary color
Monochromatic Colors of #F501DF
Black with #F501DF
Text Example
Text Example
White with #F501DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F501DF; }
p { color: rgb(245,1,223); }
H1.HeaderClassName
{
color: #F501DF;
}
.AnyTagClassName
{
color: #F501DF;
}
</style>
background-color css
<style>
a { background-color: #F501DF; }
a { background-color: rgb(245,1,223); }
div.DivClassName
{
background-color: #F501DF;
}
.BgClassName
{
background-color: #F501DF;
}
</style>
border-color css
<style>
span { border-color: #F501DF; }
span { border-color: rgb(245,1,223); }
td.TdClassName
{
border-color: #F501DF;
}
.TagClassName
{
border-color: #F501DF;
}
</style>