Shades of Deep Pink #F50E8D
Tints of Deep Pink #F50E8D
RGB
CMYK
RGB Variations
Color information
#F50E8D (or 0xF50E8D) is known color: Deep Pink. HEX triplet: F5, 0E and 8D. RGB value is (245,14,141). Sum of RGB (Red+Green+Blue) = 245+14+141=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50E8D is #0AF172. Grayscale: #616161. Windows color (decimal): -717171 or 9244405. OLE color: 9244405.
HSL color Cylindrical-coordinate representation of color #F50E8D: hue angle of 327.01º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50E8D is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 14 | 141 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.04 |
| HSL | 327.01º | 0.92% | 0.51% | - |
| HSV(B) | 327.01º | 0.94% | 0.96% | - |
| XYZ | 42.62 | 21.65 | 27.13 | - |
| YUV | 97.55 | 152.53 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 14 | 141 | 0 | 0.94 | 0.42 | 0.04 | 327.01 | 0.92 | 0.51 |
| Hex | F5 | E | 8D | 0 | 5E | 2A | 4 | 147 | 5C | 33 |
| Octal | 365 | 16 | 215 | 0 | 136 | 52 | 4 | 507 | 134 | 63 |
| Binary | 11110101 | 1110 | 10001101 | 0 | 1011110 | 101010 | 100 | 101000111 | 1011100 | 110011 |
Color Harmonies of #F50E8D
Complementary color
Monochromatic Colors of #F50E8D
Black with #F50E8D
Text Example
Text Example
White with #F50E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50E8D; }
p { color: rgb(245,14,141); }
H1.HeaderClassName
{
color: #F50E8D;
}
.AnyTagClassName
{
color: #F50E8D;
}
</style>
background-color css
<style>
a { background-color: #F50E8D; }
a { background-color: rgb(245,14,141); }
div.DivClassName
{
background-color: #F50E8D;
}
.BgClassName
{
background-color: #F50E8D;
}
</style>
border-color css
<style>
span { border-color: #F50E8D; }
span { border-color: rgb(245,14,141); }
td.TdClassName
{
border-color: #F50E8D;
}
.TagClassName
{
border-color: #F50E8D;
}
</style>