Shades of Hot Magenta #F50ACC
Tints of Hot Magenta #F50ACC
RGB
CMYK
RGB Variations
Color information
#F50ACC (or 0xF50ACC) is known color: Hot Magenta. HEX triplet: F5, 0A and CC. RGB value is (245,10,204). Sum of RGB (Red+Green+Blue) = 245+10+204=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 10 (4.30% from 255 or 2.18% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F50ACC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50ACC is #0AF533. Grayscale: #656565. Windows color (decimal): -718132 or 13372149. OLE color: 13372149.
HSL color Cylindrical-coordinate representation of color #F50ACC: hue angle of 310.47º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50ACC is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 10 | 204 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.04 |
| HSL | 310.47º | 0.92% | 0.5% | - |
| HSV(B) | 310.47º | 0.96% | 0.96% | - |
| XYZ | 48.66 | 23.99 | 59.19 | - |
| YUV | 102.38 | 185.36 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 204 | 0 | 0.96 | 0.17 | 0.04 | 310.47 | 0.92 | 0.5 |
| Hex | F5 | A | CC | 0 | 60 | 11 | 4 | 136 | 5C | 32 |
| Octal | 365 | 12 | 314 | 0 | 140 | 21 | 4 | 466 | 134 | 62 |
| Binary | 11110101 | 1010 | 11001100 | 0 | 1100000 | 10001 | 100 | 100110110 | 1011100 | 110010 |
Color Harmonies of #F50ACC
Complementary color
Monochromatic Colors of #F50ACC
Black with #F50ACC
Text Example
Text Example
White with #F50ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50ACC; }
p { color: rgb(245,10,204); }
H1.HeaderClassName
{
color: #F50ACC;
}
.AnyTagClassName
{
color: #F50ACC;
}
</style>
background-color css
<style>
a { background-color: #F50ACC; }
a { background-color: rgb(245,10,204); }
div.DivClassName
{
background-color: #F50ACC;
}
.BgClassName
{
background-color: #F50ACC;
}
</style>
border-color css
<style>
span { border-color: #F50ACC; }
span { border-color: rgb(245,10,204); }
td.TdClassName
{
border-color: #F50ACC;
}
.TagClassName
{
border-color: #F50ACC;
}
</style>