Shades of Hot Magenta #F50CDF
Tints of Hot Magenta #F50CDF
RGB
CMYK
RGB Variations
Color information
#F50CDF (or 0xF50CDF) is known color: Hot Magenta. HEX triplet: F5, 0C and DF. RGB value is (245,12,223). Sum of RGB (Red+Green+Blue) = 245+12+223=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 12 (5.08% from 255 or 2.5% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50CDF is #0AF320. Grayscale: #696969. Windows color (decimal): -717601 or 14617845. OLE color: 14617845.
HSL color Cylindrical-coordinate representation of color #F50CDF: hue angle of 305.67º 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 #F50CDF is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 12 | 223 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.04 |
| HSL | 305.67º | 0.92% | 0.5% | - |
| HSV(B) | 305.67º | 0.95% | 0.96% | - |
| XYZ | 51.11 | 25 | 71.94 | - |
| YUV | 105.72 | 194.19 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 223 | 0 | 0.95 | 0.09 | 0.04 | 305.67 | 0.92 | 0.5 |
| Hex | F5 | C | DF | 0 | 5F | 9 | 4 | 132 | 5C | 32 |
| Octal | 365 | 14 | 337 | 0 | 137 | 11 | 4 | 462 | 134 | 62 |
| Binary | 11110101 | 1100 | 11011111 | 0 | 1011111 | 1001 | 100 | 100110010 | 1011100 | 110010 |
Color Harmonies of #F50CDF
Complementary color
Monochromatic Colors of #F50CDF
Black with #F50CDF
Text Example
Text Example
White with #F50CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50CDF; }
p { color: rgb(245,12,223); }
H1.HeaderClassName
{
color: #F50CDF;
}
.AnyTagClassName
{
color: #F50CDF;
}
</style>
background-color css
<style>
a { background-color: #F50CDF; }
a { background-color: rgb(245,12,223); }
div.DivClassName
{
background-color: #F50CDF;
}
.BgClassName
{
background-color: #F50CDF;
}
</style>
border-color css
<style>
span { border-color: #F50CDF; }
span { border-color: rgb(245,12,223); }
td.TdClassName
{
border-color: #F50CDF;
}
.TagClassName
{
border-color: #F50CDF;
}
</style>