Shades of Dark Pink #F0517C
Tints of Dark Pink #F0517C
RGB
CMYK
RGB Variations
Color information
#F0517C (or 0xF0517C) is known color: Dark Pink. HEX triplet: F0, 51 and 7C. RGB value is (240,81,124). Sum of RGB (Red+Green+Blue) = 240+81+124=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0517C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0517C is #0FAE83. Grayscale: #858585. Windows color (decimal): -1027716 or 8147440. OLE color: 8147440.
HSL color Cylindrical-coordinate representation of color #F0517C: hue angle of 343.77º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0517C is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 124 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.06 |
| HSL | 343.77º | 0.84% | 0.63% | - |
| HSV(B) | 343.77º | 0.66% | 0.94% | - |
| XYZ | 42.52 | 25.87 | 21.82 | - |
| YUV | 133.44 | 122.68 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 124 | 0 | 0.66 | 0.48 | 0.06 | 343.77 | 0.84 | 0.63 |
| Hex | F0 | 51 | 7C | 0 | 42 | 30 | 6 | 158 | 54 | 3F |
| Octal | 360 | 121 | 174 | 0 | 102 | 60 | 6 | 530 | 124 | 77 |
| Binary | 11110000 | 1010001 | 1111100 | 0 | 1000010 | 110000 | 110 | 101011000 | 1010100 | 111111 |
Color Harmonies of #F0517C
Complementary color
Monochromatic Colors of #F0517C
Black with #F0517C
Text Example
Text Example
White with #F0517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0517C; }
p { color: rgb(240,81,124); }
H1.HeaderClassName
{
color: #F0517C;
}
.AnyTagClassName
{
color: #F0517C;
}
</style>
background-color css
<style>
a { background-color: #F0517C; }
a { background-color: rgb(240,81,124); }
div.DivClassName
{
background-color: #F0517C;
}
.BgClassName
{
background-color: #F0517C;
}
</style>
border-color css
<style>
span { border-color: #F0517C; }
span { border-color: rgb(240,81,124); }
td.TdClassName
{
border-color: #F0517C;
}
.TagClassName
{
border-color: #F0517C;
}
</style>