Shades of Deep Pink #F5139F
Tints of Deep Pink #F5139F
RGB
CMYK
RGB Variations
Color information
#F5139F (or 0xF5139F) is known color: Deep Pink. HEX triplet: F5, 13 and 9F. RGB value is (245,19,159). Sum of RGB (Red+Green+Blue) = 245+19+159=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5139F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5139F is #0AEC60. Grayscale: #666666. Windows color (decimal): -715873 or 10425333. OLE color: 10425333.
HSL color Cylindrical-coordinate representation of color #F5139F: hue angle of 322.83º 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 #F5139F is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 159 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.04 |
| HSL | 322.83º | 0.92% | 0.52% | - |
| HSV(B) | 322.83º | 0.92% | 0.96% | - |
| XYZ | 44.15 | 22.38 | 34.79 | - |
| YUV | 102.53 | 159.87 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 159 | 0 | 0.92 | 0.35 | 0.04 | 322.83 | 0.92 | 0.52 |
| Hex | F5 | 13 | 9F | 0 | 5C | 23 | 4 | 143 | 5C | 34 |
| Octal | 365 | 23 | 237 | 0 | 134 | 43 | 4 | 503 | 134 | 64 |
| Binary | 11110101 | 10011 | 10011111 | 0 | 1011100 | 100011 | 100 | 101000011 | 1011100 | 110100 |
Color Harmonies of #F5139F
Complementary color
Monochromatic Colors of #F5139F
Black with #F5139F
Text Example
Text Example
White with #F5139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5139F; }
p { color: rgb(245,19,159); }
H1.HeaderClassName
{
color: #F5139F;
}
.AnyTagClassName
{
color: #F5139F;
}
</style>
background-color css
<style>
a { background-color: #F5139F; }
a { background-color: rgb(245,19,159); }
div.DivClassName
{
background-color: #F5139F;
}
.BgClassName
{
background-color: #F5139F;
}
</style>
border-color css
<style>
span { border-color: #F5139F; }
span { border-color: rgb(245,19,159); }
td.TdClassName
{
border-color: #F5139F;
}
.TagClassName
{
border-color: #F5139F;
}
</style>