Shades of Deep Pink #F5189F
Tints of Deep Pink #F5189F
RGB
CMYK
RGB Variations
Color information
#F5189F (or 0xF5189F) is known color: Deep Pink. HEX triplet: F5, 18 and 9F. RGB value is (245,24,159). Sum of RGB (Red+Green+Blue) = 245+24+159=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F5189F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5189F is #0AE760. Grayscale: #696969. Windows color (decimal): -714593 or 10426613. OLE color: 10426613.
HSL color Cylindrical-coordinate representation of color #F5189F: hue angle of 323.35º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5189F is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 159 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.04 |
| HSL | 323.35º | 0.92% | 0.53% | - |
| HSV(B) | 323.35º | 0.9% | 0.96% | - |
| XYZ | 44.24 | 22.57 | 34.83 | - |
| YUV | 105.47 | 158.22 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 159 | 0 | 0.90 | 0.35 | 0.04 | 323.35 | 0.92 | 0.53 |
| Hex | F5 | 18 | 9F | 0 | 5A | 23 | 4 | 143 | 5C | 35 |
| Octal | 365 | 30 | 237 | 0 | 132 | 43 | 4 | 503 | 134 | 65 |
| Binary | 11110101 | 11000 | 10011111 | 0 | 1011010 | 100011 | 100 | 101000011 | 1011100 | 110101 |
Color Harmonies of #F5189F
Complementary color
Monochromatic Colors of #F5189F
Black with #F5189F
Text Example
Text Example
White with #F5189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5189F; }
p { color: rgb(245,24,159); }
H1.HeaderClassName
{
color: #F5189F;
}
.AnyTagClassName
{
color: #F5189F;
}
</style>
background-color css
<style>
a { background-color: #F5189F; }
a { background-color: rgb(245,24,159); }
div.DivClassName
{
background-color: #F5189F;
}
.BgClassName
{
background-color: #F5189F;
}
</style>
border-color css
<style>
span { border-color: #F5189F; }
span { border-color: rgb(245,24,159); }
td.TdClassName
{
border-color: #F5189F;
}
.TagClassName
{
border-color: #F5189F;
}
</style>