Shades of Dark Pink #F5517F
Tints of Dark Pink #F5517F
RGB
CMYK
RGB Variations
Color information
#F5517F (or 0xF5517F) is known color: Dark Pink. HEX triplet: F5, 51 and 7F. RGB value is (245,81,127). Sum of RGB (Red+Green+Blue) = 245+81+127=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5517F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5517F is #0AAE80. Grayscale: #878787. Windows color (decimal): -700033 or 8344053. OLE color: 8344053.
HSL color Cylindrical-coordinate representation of color #F5517F: hue angle of 343.17º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5517F is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 127 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.04 |
| HSL | 343.17º | 0.89% | 0.64% | - |
| HSV(B) | 343.17º | 0.67% | 0.96% | - |
| XYZ | 44.43 | 26.83 | 22.92 | - |
| YUV | 135.28 | 123.33 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 127 | 0 | 0.67 | 0.48 | 0.04 | 343.17 | 0.89 | 0.64 |
| Hex | F5 | 51 | 7F | 0 | 43 | 30 | 4 | 157 | 59 | 40 |
| Octal | 365 | 121 | 177 | 0 | 103 | 60 | 4 | 527 | 131 | 100 |
| Binary | 11110101 | 1010001 | 1111111 | 0 | 1000011 | 110000 | 100 | 101010111 | 1011001 | 1000000 |
Color Harmonies of #F5517F
Complementary color
Monochromatic Colors of #F5517F
Black with #F5517F
Text Example
Text Example
White with #F5517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5517F; }
p { color: rgb(245,81,127); }
H1.HeaderClassName
{
color: #F5517F;
}
.AnyTagClassName
{
color: #F5517F;
}
</style>
background-color css
<style>
a { background-color: #F5517F; }
a { background-color: rgb(245,81,127); }
div.DivClassName
{
background-color: #F5517F;
}
.BgClassName
{
background-color: #F5517F;
}
</style>
border-color css
<style>
span { border-color: #F5517F; }
span { border-color: rgb(245,81,127); }
td.TdClassName
{
border-color: #F5517F;
}
.TagClassName
{
border-color: #F5517F;
}
</style>