Shades of Hot Magenta #F50CCE
Tints of Hot Magenta #F50CCE
RGB
CMYK
RGB Variations
Color information
#F50CCE (or 0xF50CCE) is known color: Hot Magenta. HEX triplet: F5, 0C and CE. RGB value is (245,12,206). Sum of RGB (Red+Green+Blue) = 245+12+206=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50CCE is #0AF331. Grayscale: #676767. Windows color (decimal): -717618 or 13503733. OLE color: 13503733.
HSL color Cylindrical-coordinate representation of color #F50CCE: hue angle of 310.04º 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 #F50CCE is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 12 | 206 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.04 |
| HSL | 310.04º | 0.92% | 0.5% | - |
| HSV(B) | 310.04º | 0.95% | 0.96% | - |
| XYZ | 48.93 | 24.13 | 60.47 | - |
| YUV | 103.78 | 185.69 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 206 | 0 | 0.95 | 0.16 | 0.04 | 310.04 | 0.92 | 0.5 |
| Hex | F5 | C | CE | 0 | 5F | 10 | 4 | 136 | 5C | 32 |
| Octal | 365 | 14 | 316 | 0 | 137 | 20 | 4 | 466 | 134 | 62 |
| Binary | 11110101 | 1100 | 11001110 | 0 | 1011111 | 10000 | 100 | 100110110 | 1011100 | 110010 |
Color Harmonies of #F50CCE
Complementary color
Monochromatic Colors of #F50CCE
Black with #F50CCE
Text Example
Text Example
White with #F50CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50CCE; }
p { color: rgb(245,12,206); }
H1.HeaderClassName
{
color: #F50CCE;
}
.AnyTagClassName
{
color: #F50CCE;
}
</style>
background-color css
<style>
a { background-color: #F50CCE; }
a { background-color: rgb(245,12,206); }
div.DivClassName
{
background-color: #F50CCE;
}
.BgClassName
{
background-color: #F50CCE;
}
</style>
border-color css
<style>
span { border-color: #F50CCE; }
span { border-color: rgb(245,12,206); }
td.TdClassName
{
border-color: #F50CCE;
}
.TagClassName
{
border-color: #F50CCE;
}
</style>