Shades of Deep Pink #F51189
Tints of Deep Pink #F51189
RGB
CMYK
RGB Variations
Color information
#F51189 (or 0xF51189) is known color: Deep Pink. HEX triplet: F5, 11 and 89. RGB value is (245,17,137). Sum of RGB (Red+Green+Blue) = 245+17+137=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F51189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51189 is #0AEE76. Grayscale: #626262. Windows color (decimal): -716407 or 8983029. OLE color: 8983029.
HSL color Cylindrical-coordinate representation of color #F51189: hue angle of 328.42º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51189 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 137 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.04 |
| HSL | 328.42º | 0.92% | 0.51% | - |
| HSV(B) | 328.42º | 0.93% | 0.96% | - |
| XYZ | 42.37 | 21.62 | 25.61 | - |
| YUV | 98.85 | 149.54 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 137 | 0 | 0.93 | 0.44 | 0.04 | 328.42 | 0.92 | 0.51 |
| Hex | F5 | 11 | 89 | 0 | 5D | 2C | 4 | 148 | 5C | 33 |
| Octal | 365 | 21 | 211 | 0 | 135 | 54 | 4 | 510 | 134 | 63 |
| Binary | 11110101 | 10001 | 10001001 | 0 | 1011101 | 101100 | 100 | 101001000 | 1011100 | 110011 |
Color Harmonies of #F51189
Complementary color
Monochromatic Colors of #F51189
Black with #F51189
Text Example
Text Example
White with #F51189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51189; }
p { color: rgb(245,17,137); }
H1.HeaderClassName
{
color: #F51189;
}
.AnyTagClassName
{
color: #F51189;
}
</style>
background-color css
<style>
a { background-color: #F51189; }
a { background-color: rgb(245,17,137); }
div.DivClassName
{
background-color: #F51189;
}
.BgClassName
{
background-color: #F51189;
}
</style>
border-color css
<style>
span { border-color: #F51189; }
span { border-color: rgb(245,17,137); }
td.TdClassName
{
border-color: #F51189;
}
.TagClassName
{
border-color: #F51189;
}
</style>