Shades of Deep Pink #F5138C
Tints of Deep Pink #F5138C
RGB
CMYK
RGB Variations
Color information
#F5138C (or 0xF5138C) is known color: Deep Pink. HEX triplet: F5, 13 and 8C. RGB value is (245,19,140). Sum of RGB (Red+Green+Blue) = 245+19+140=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5138C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5138C is #0AEC73. Grayscale: #646464. Windows color (decimal): -715892 or 9180149. OLE color: 9180149.
HSL color Cylindrical-coordinate representation of color #F5138C: hue angle of 327.88º 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 #F5138C is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 140 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.04 |
| HSL | 327.88º | 0.92% | 0.52% | - |
| HSV(B) | 327.88º | 0.92% | 0.96% | - |
| XYZ | 42.62 | 21.77 | 26.77 | - |
| YUV | 100.37 | 150.37 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 140 | 0 | 0.92 | 0.43 | 0.04 | 327.88 | 0.92 | 0.52 |
| Hex | F5 | 13 | 8C | 0 | 5C | 2B | 4 | 148 | 5C | 34 |
| Octal | 365 | 23 | 214 | 0 | 134 | 53 | 4 | 510 | 134 | 64 |
| Binary | 11110101 | 10011 | 10001100 | 0 | 1011100 | 101011 | 100 | 101001000 | 1011100 | 110100 |
Color Harmonies of #F5138C
Complementary color
Monochromatic Colors of #F5138C
Black with #F5138C
Text Example
Text Example
White with #F5138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5138C; }
p { color: rgb(245,19,140); }
H1.HeaderClassName
{
color: #F5138C;
}
.AnyTagClassName
{
color: #F5138C;
}
</style>
background-color css
<style>
a { background-color: #F5138C; }
a { background-color: rgb(245,19,140); }
div.DivClassName
{
background-color: #F5138C;
}
.BgClassName
{
background-color: #F5138C;
}
</style>
border-color css
<style>
span { border-color: #F5138C; }
span { border-color: rgb(245,19,140); }
td.TdClassName
{
border-color: #F5138C;
}
.TagClassName
{
border-color: #F5138C;
}
</style>