Shades of Deep Pink #F51587
Tints of Deep Pink #F51587
RGB
CMYK
RGB Variations
Color information
#F51587 (or 0xF51587) is known color: Deep Pink. HEX triplet: F5, 15 and 87. RGB value is (245,21,135). Sum of RGB (Red+Green+Blue) = 245+21+135=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F51587 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51587 is #0AEA78. Grayscale: #646464. Windows color (decimal): -715385 or 8852981. OLE color: 8852981.
HSL color Cylindrical-coordinate representation of color #F51587: hue angle of 329.46º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51587 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 135 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.04 |
| HSL | 329.46º | 0.92% | 0.52% | - |
| HSV(B) | 329.46º | 0.91% | 0.96% | - |
| XYZ | 42.3 | 21.7 | 24.88 | - |
| YUV | 100.97 | 147.21 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 135 | 0 | 0.91 | 0.45 | 0.04 | 329.46 | 0.92 | 0.52 |
| Hex | F5 | 15 | 87 | 0 | 5B | 2D | 4 | 149 | 5C | 34 |
| Octal | 365 | 25 | 207 | 0 | 133 | 55 | 4 | 511 | 134 | 64 |
| Binary | 11110101 | 10101 | 10000111 | 0 | 1011011 | 101101 | 100 | 101001001 | 1011100 | 110100 |
Color Harmonies of #F51587
Complementary color
Monochromatic Colors of #F51587
Black with #F51587
Text Example
Text Example
White with #F51587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51587; }
p { color: rgb(245,21,135); }
H1.HeaderClassName
{
color: #F51587;
}
.AnyTagClassName
{
color: #F51587;
}
</style>
background-color css
<style>
a { background-color: #F51587; }
a { background-color: rgb(245,21,135); }
div.DivClassName
{
background-color: #F51587;
}
.BgClassName
{
background-color: #F51587;
}
</style>
border-color css
<style>
span { border-color: #F51587; }
span { border-color: rgb(245,21,135); }
td.TdClassName
{
border-color: #F51587;
}
.TagClassName
{
border-color: #F51587;
}
</style>