Shades of Deep Pink #F51787
Tints of Deep Pink #F51787
RGB
CMYK
RGB Variations
Color information
#F51787 (or 0xF51787) is known color: Deep Pink. HEX triplet: F5, 17 and 87. RGB value is (245,23,135). Sum of RGB (Red+Green+Blue) = 245+23+135=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F51787 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51787 is #0AE878. Grayscale: #656565. Windows color (decimal): -714873 or 8853493. OLE color: 8853493.
HSL color Cylindrical-coordinate representation of color #F51787: hue angle of 329.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51787 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 135 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.04 |
| HSL | 329.73º | 0.92% | 0.53% | - |
| HSV(B) | 329.73º | 0.91% | 0.96% | - |
| XYZ | 42.34 | 21.77 | 24.89 | - |
| YUV | 102.15 | 146.55 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 135 | 0 | 0.91 | 0.45 | 0.04 | 329.73 | 0.92 | 0.53 |
| Hex | F5 | 17 | 87 | 0 | 5B | 2D | 4 | 14A | 5C | 35 |
| Octal | 365 | 27 | 207 | 0 | 133 | 55 | 4 | 512 | 134 | 65 |
| Binary | 11110101 | 10111 | 10000111 | 0 | 1011011 | 101101 | 100 | 101001010 | 1011100 | 110101 |
Color Harmonies of #F51787
Complementary color
Monochromatic Colors of #F51787
Black with #F51787
Text Example
Text Example
White with #F51787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51787; }
p { color: rgb(245,23,135); }
H1.HeaderClassName
{
color: #F51787;
}
.AnyTagClassName
{
color: #F51787;
}
</style>
background-color css
<style>
a { background-color: #F51787; }
a { background-color: rgb(245,23,135); }
div.DivClassName
{
background-color: #F51787;
}
.BgClassName
{
background-color: #F51787;
}
</style>
border-color css
<style>
span { border-color: #F51787; }
span { border-color: rgb(245,23,135); }
td.TdClassName
{
border-color: #F51787;
}
.TagClassName
{
border-color: #F51787;
}
</style>