Shades of Hot Magenta #F50CCD
Tints of Hot Magenta #F50CCD
RGB
CMYK
RGB Variations
Color information
#F50CCD (or 0xF50CCD) is known color: Hot Magenta. HEX triplet: F5, 0C and CD. RGB value is (245,12,205). Sum of RGB (Red+Green+Blue) = 245+12+205=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50CCD is #0AF332. Grayscale: #676767. Windows color (decimal): -717619 or 13438197. OLE color: 13438197.
HSL color Cylindrical-coordinate representation of color #F50CCD: hue angle of 310.3º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50CCD is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 12 | 205 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.04 |
| HSL | 310.3º | 0.92% | 0.5% | - |
| HSV(B) | 310.3º | 0.95% | 0.96% | - |
| XYZ | 48.81 | 24.08 | 59.83 | - |
| YUV | 103.67 | 185.19 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 205 | 0 | 0.95 | 0.16 | 0.04 | 310.3 | 0.92 | 0.5 |
| Hex | F5 | C | CD | 0 | 5F | 10 | 4 | 136 | 5C | 32 |
| Octal | 365 | 14 | 315 | 0 | 137 | 20 | 4 | 466 | 134 | 62 |
| Binary | 11110101 | 1100 | 11001101 | 0 | 1011111 | 10000 | 100 | 100110110 | 1011100 | 110010 |
Color Harmonies of #F50CCD
Complementary color
Monochromatic Colors of #F50CCD
Black with #F50CCD
Text Example
Text Example
White with #F50CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50CCD; }
p { color: rgb(245,12,205); }
H1.HeaderClassName
{
color: #F50CCD;
}
.AnyTagClassName
{
color: #F50CCD;
}
</style>
background-color css
<style>
a { background-color: #F50CCD; }
a { background-color: rgb(245,12,205); }
div.DivClassName
{
background-color: #F50CCD;
}
.BgClassName
{
background-color: #F50CCD;
}
</style>
border-color css
<style>
span { border-color: #F50CCD; }
span { border-color: rgb(245,12,205); }
td.TdClassName
{
border-color: #F50CCD;
}
.TagClassName
{
border-color: #F50CCD;
}
</style>