Shades of Deep Pink #F5149F
Tints of Deep Pink #F5149F
RGB
CMYK
RGB Variations
Color information
#F5149F (or 0xF5149F) is known color: Deep Pink. HEX triplet: F5, 14 and 9F. RGB value is (245,20,159). Sum of RGB (Red+Green+Blue) = 245+20+159=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5149F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5149F is #0AEB60. Grayscale: #666666. Windows color (decimal): -715617 or 10425589. OLE color: 10425589.
HSL color Cylindrical-coordinate representation of color #F5149F: hue angle of 322.93º 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 #F5149F is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 159 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.04 |
| HSL | 322.93º | 0.92% | 0.52% | - |
| HSV(B) | 322.93º | 0.92% | 0.96% | - |
| XYZ | 44.16 | 22.42 | 34.8 | - |
| YUV | 103.12 | 159.54 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 159 | 0 | 0.92 | 0.35 | 0.04 | 322.93 | 0.92 | 0.52 |
| Hex | F5 | 14 | 9F | 0 | 5C | 23 | 4 | 143 | 5C | 34 |
| Octal | 365 | 24 | 237 | 0 | 134 | 43 | 4 | 503 | 134 | 64 |
| Binary | 11110101 | 10100 | 10011111 | 0 | 1011100 | 100011 | 100 | 101000011 | 1011100 | 110100 |
Color Harmonies of #F5149F
Complementary color
Monochromatic Colors of #F5149F
Black with #F5149F
Text Example
Text Example
White with #F5149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5149F; }
p { color: rgb(245,20,159); }
H1.HeaderClassName
{
color: #F5149F;
}
.AnyTagClassName
{
color: #F5149F;
}
</style>
background-color css
<style>
a { background-color: #F5149F; }
a { background-color: rgb(245,20,159); }
div.DivClassName
{
background-color: #F5149F;
}
.BgClassName
{
background-color: #F5149F;
}
</style>
border-color css
<style>
span { border-color: #F5149F; }
span { border-color: rgb(245,20,159); }
td.TdClassName
{
border-color: #F5149F;
}
.TagClassName
{
border-color: #F5149F;
}
</style>