Shades of Hot Magenta #F50DD5
Tints of Hot Magenta #F50DD5
RGB
CMYK
RGB Variations
Color information
#F50DD5 (or 0xF50DD5) is known color: Hot Magenta. HEX triplet: F5, 0D and D5. RGB value is (245,13,213). Sum of RGB (Red+Green+Blue) = 245+13+213=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F50DD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50DD5 is #0AF22A. Grayscale: #686868. Windows color (decimal): -717355 or 13962741. OLE color: 13962741.
HSL color Cylindrical-coordinate representation of color #F50DD5: hue angle of 308.28º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50DD5 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 13 | 213 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.04 |
| HSL | 308.28º | 0.92% | 0.51% | - |
| HSV(B) | 308.28º | 0.95% | 0.96% | - |
| XYZ | 49.81 | 24.5 | 65.06 | - |
| YUV | 105.17 | 188.86 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 213 | 0 | 0.95 | 0.13 | 0.04 | 308.28 | 0.92 | 0.51 |
| Hex | F5 | D | D5 | 0 | 5F | D | 4 | 134 | 5C | 33 |
| Octal | 365 | 15 | 325 | 0 | 137 | 15 | 4 | 464 | 134 | 63 |
| Binary | 11110101 | 1101 | 11010101 | 0 | 1011111 | 1101 | 100 | 100110100 | 1011100 | 110011 |
Color Harmonies of #F50DD5
Complementary color
Monochromatic Colors of #F50DD5
Black with #F50DD5
Text Example
Text Example
White with #F50DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50DD5; }
p { color: rgb(245,13,213); }
H1.HeaderClassName
{
color: #F50DD5;
}
.AnyTagClassName
{
color: #F50DD5;
}
</style>
background-color css
<style>
a { background-color: #F50DD5; }
a { background-color: rgb(245,13,213); }
div.DivClassName
{
background-color: #F50DD5;
}
.BgClassName
{
background-color: #F50DD5;
}
</style>
border-color css
<style>
span { border-color: #F50DD5; }
span { border-color: rgb(245,13,213); }
td.TdClassName
{
border-color: #F50DD5;
}
.TagClassName
{
border-color: #F50DD5;
}
</style>