Shades of Hot Magenta #F50CDD
Tints of Hot Magenta #F50CDD
RGB
CMYK
RGB Variations
Color information
#F50CDD (or 0xF50CDD) is known color: Hot Magenta. HEX triplet: F5, 0C and DD. RGB value is (245,12,221). Sum of RGB (Red+Green+Blue) = 245+12+221=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 12 (5.08% from 255 or 2.51% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50CDD is #0AF322. Grayscale: #686868. Windows color (decimal): -717603 or 14486773. OLE color: 14486773.
HSL color Cylindrical-coordinate representation of color #F50CDD: hue angle of 306.18º 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 #F50CDD is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 12 | 221 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.04 |
| HSL | 306.18º | 0.92% | 0.5% | - |
| HSV(B) | 306.18º | 0.95% | 0.96% | - |
| XYZ | 50.84 | 24.9 | 70.53 | - |
| YUV | 105.49 | 193.19 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 221 | 0 | 0.95 | 0.10 | 0.04 | 306.18 | 0.92 | 0.5 |
| Hex | F5 | C | DD | 0 | 5F | A | 4 | 132 | 5C | 32 |
| Octal | 365 | 14 | 335 | 0 | 137 | 12 | 4 | 462 | 134 | 62 |
| Binary | 11110101 | 1100 | 11011101 | 0 | 1011111 | 1010 | 100 | 100110010 | 1011100 | 110010 |
Color Harmonies of #F50CDD
Complementary color
Monochromatic Colors of #F50CDD
Black with #F50CDD
Text Example
Text Example
White with #F50CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50CDD; }
p { color: rgb(245,12,221); }
H1.HeaderClassName
{
color: #F50CDD;
}
.AnyTagClassName
{
color: #F50CDD;
}
</style>
background-color css
<style>
a { background-color: #F50CDD; }
a { background-color: rgb(245,12,221); }
div.DivClassName
{
background-color: #F50CDD;
}
.BgClassName
{
background-color: #F50CDD;
}
</style>
border-color css
<style>
span { border-color: #F50CDD; }
span { border-color: rgb(245,12,221); }
td.TdClassName
{
border-color: #F50CDD;
}
.TagClassName
{
border-color: #F50CDD;
}
</style>