Shades of Hot Magenta #F50CCF
Tints of Hot Magenta #F50CCF
RGB
CMYK
RGB Variations
Color information
#F50CCF (or 0xF50CCF) is known color: Hot Magenta. HEX triplet: F5, 0C and CF. RGB value is (245,12,207). Sum of RGB (Red+Green+Blue) = 245+12+207=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 12 (5.08% from 255 or 2.59% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50CCF is #0AF330. Grayscale: #676767. Windows color (decimal): -717617 or 13569269. OLE color: 13569269.
HSL color Cylindrical-coordinate representation of color #F50CCF: hue angle of 309.79º 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 #F50CCF is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 12 | 207 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.04 |
| HSL | 309.79º | 0.92% | 0.5% | - |
| HSV(B) | 309.79º | 0.95% | 0.96% | - |
| XYZ | 49.05 | 24.18 | 61.11 | - |
| YUV | 103.9 | 186.19 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 207 | 0 | 0.95 | 0.16 | 0.04 | 309.79 | 0.92 | 0.5 |
| Hex | F5 | C | CF | 0 | 5F | 10 | 4 | 136 | 5C | 32 |
| Octal | 365 | 14 | 317 | 0 | 137 | 20 | 4 | 466 | 134 | 62 |
| Binary | 11110101 | 1100 | 11001111 | 0 | 1011111 | 10000 | 100 | 100110110 | 1011100 | 110010 |
Color Harmonies of #F50CCF
Complementary color
Monochromatic Colors of #F50CCF
Black with #F50CCF
Text Example
Text Example
White with #F50CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50CCF; }
p { color: rgb(245,12,207); }
H1.HeaderClassName
{
color: #F50CCF;
}
.AnyTagClassName
{
color: #F50CCF;
}
</style>
background-color css
<style>
a { background-color: #F50CCF; }
a { background-color: rgb(245,12,207); }
div.DivClassName
{
background-color: #F50CCF;
}
.BgClassName
{
background-color: #F50CCF;
}
</style>
border-color css
<style>
span { border-color: #F50CCF; }
span { border-color: rgb(245,12,207); }
td.TdClassName
{
border-color: #F50CCF;
}
.TagClassName
{
border-color: #F50CCF;
}
</style>