Shades of Hot Magenta #F501C3
Tints of Hot Magenta #F501C3
RGB
CMYK
RGB Variations
Color information
#F501C3 (or 0xF501C3) is known color: Hot Magenta. HEX triplet: F5, 01 and C3. RGB value is (245,1,195). Sum of RGB (Red+Green+Blue) = 245+1+195=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F501C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F501C3 is #0AFE3C. Grayscale: #5F5F5F. Windows color (decimal): -720445 or 12780021. OLE color: 12780021.
HSL color Cylindrical-coordinate representation of color #F501C3: hue angle of 312.3º 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 #F501C3 is Cyan = 0, Magento = 1.00, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 195 | - |
| CMYK | 0 | 1.00 | 0.20 | 0.04 |
| HSL | 312.3º | 0.99% | 0.48% | - |
| HSV(B) | 312.3º | 1% | 0.96% | - |
| XYZ | 47.52 | 23.37 | 53.64 | - |
| YUV | 96.07 | 183.84 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 195 | 0 | 1.00 | 0.20 | 0.04 | 312.3 | 0.99 | 0.48 |
| Hex | F5 | 1 | C3 | 0 | 64 | 14 | 4 | 138 | 63 | 30 |
| Octal | 365 | 1 | 303 | 0 | 144 | 24 | 4 | 470 | 143 | 60 |
| Binary | 11110101 | 1 | 11000011 | 0 | 1100100 | 10100 | 100 | 100111000 | 1100011 | 110000 |
Color Harmonies of #F501C3
Complementary color
Monochromatic Colors of #F501C3
Black with #F501C3
Text Example
Text Example
White with #F501C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F501C3; }
p { color: rgb(245,1,195); }
H1.HeaderClassName
{
color: #F501C3;
}
.AnyTagClassName
{
color: #F501C3;
}
</style>
background-color css
<style>
a { background-color: #F501C3; }
a { background-color: rgb(245,1,195); }
div.DivClassName
{
background-color: #F501C3;
}
.BgClassName
{
background-color: #F501C3;
}
</style>
border-color css
<style>
span { border-color: #F501C3; }
span { border-color: rgb(245,1,195); }
td.TdClassName
{
border-color: #F501C3;
}
.TagClassName
{
border-color: #F501C3;
}
</style>