Shades of Deep Pink #F5139C
Tints of Deep Pink #F5139C
RGB
CMYK
RGB Variations
Color information
#F5139C (or 0xF5139C) is known color: Deep Pink. HEX triplet: F5, 13 and 9C. RGB value is (245,19,156). Sum of RGB (Red+Green+Blue) = 245+19+156=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F5139C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5139C is #0AEC63. Grayscale: #656565. Windows color (decimal): -715876 or 10228725. OLE color: 10228725.
HSL color Cylindrical-coordinate representation of color #F5139C: hue angle of 323.63º 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 #F5139C is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 156 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.04 |
| HSL | 323.63º | 0.92% | 0.52% | - |
| HSV(B) | 323.63º | 0.92% | 0.96% | - |
| XYZ | 43.89 | 22.28 | 33.44 | - |
| YUV | 102.19 | 158.37 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 156 | 0 | 0.92 | 0.36 | 0.04 | 323.63 | 0.92 | 0.52 |
| Hex | F5 | 13 | 9C | 0 | 5C | 24 | 4 | 144 | 5C | 34 |
| Octal | 365 | 23 | 234 | 0 | 134 | 44 | 4 | 504 | 134 | 64 |
| Binary | 11110101 | 10011 | 10011100 | 0 | 1011100 | 100100 | 100 | 101000100 | 1011100 | 110100 |
Color Harmonies of #F5139C
Complementary color
Monochromatic Colors of #F5139C
Black with #F5139C
Text Example
Text Example
White with #F5139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5139C; }
p { color: rgb(245,19,156); }
H1.HeaderClassName
{
color: #F5139C;
}
.AnyTagClassName
{
color: #F5139C;
}
</style>
background-color css
<style>
a { background-color: #F5139C; }
a { background-color: rgb(245,19,156); }
div.DivClassName
{
background-color: #F5139C;
}
.BgClassName
{
background-color: #F5139C;
}
</style>
border-color css
<style>
span { border-color: #F5139C; }
span { border-color: rgb(245,19,156); }
td.TdClassName
{
border-color: #F5139C;
}
.TagClassName
{
border-color: #F5139C;
}
</style>