Shades of Deep Pink #F5138E
Tints of Deep Pink #F5138E
RGB
CMYK
RGB Variations
Color information
#F5138E (or 0xF5138E) is known color: Deep Pink. HEX triplet: F5, 13 and 8E. RGB value is (245,19,142). Sum of RGB (Red+Green+Blue) = 245+19+142=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5138E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5138E is #0AEC71. Grayscale: #646464. Windows color (decimal): -715890 or 9311221. OLE color: 9311221.
HSL color Cylindrical-coordinate representation of color #F5138E: hue angle of 327.35º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5138E is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 142 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.04 |
| HSL | 327.35º | 0.92% | 0.52% | - |
| HSV(B) | 327.35º | 0.92% | 0.96% | - |
| XYZ | 42.77 | 21.83 | 27.55 | - |
| YUV | 100.6 | 151.37 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 142 | 0 | 0.92 | 0.42 | 0.04 | 327.35 | 0.92 | 0.52 |
| Hex | F5 | 13 | 8E | 0 | 5C | 2A | 4 | 147 | 5C | 34 |
| Octal | 365 | 23 | 216 | 0 | 134 | 52 | 4 | 507 | 134 | 64 |
| Binary | 11110101 | 10011 | 10001110 | 0 | 1011100 | 101010 | 100 | 101000111 | 1011100 | 110100 |
Color Harmonies of #F5138E
Complementary color
Monochromatic Colors of #F5138E
Black with #F5138E
Text Example
Text Example
White with #F5138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5138E; }
p { color: rgb(245,19,142); }
H1.HeaderClassName
{
color: #F5138E;
}
.AnyTagClassName
{
color: #F5138E;
}
</style>
background-color css
<style>
a { background-color: #F5138E; }
a { background-color: rgb(245,19,142); }
div.DivClassName
{
background-color: #F5138E;
}
.BgClassName
{
background-color: #F5138E;
}
</style>
border-color css
<style>
span { border-color: #F5138E; }
span { border-color: rgb(245,19,142); }
td.TdClassName
{
border-color: #F5138E;
}
.TagClassName
{
border-color: #F5138E;
}
</style>