Shades of Dark Pink #F0587C
Tints of Dark Pink #F0587C
RGB
CMYK
RGB Variations
Color information
#F0587C (or 0xF0587C) is known color: Dark Pink. HEX triplet: F0, 58 and 7C. RGB value is (240,88,124). Sum of RGB (Red+Green+Blue) = 240+88+124=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0587C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0587C is #0FA783. Grayscale: #898989. Windows color (decimal): -1025924 or 8149232. OLE color: 8149232.
HSL color Cylindrical-coordinate representation of color #F0587C: hue angle of 345.79º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0587C is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 124 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.06 |
| HSL | 345.79º | 0.84% | 0.64% | - |
| HSV(B) | 345.79º | 0.63% | 0.94% | - |
| XYZ | 43.06 | 26.96 | 22 | - |
| YUV | 137.55 | 120.36 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 124 | 0 | 0.63 | 0.48 | 0.06 | 345.79 | 0.84 | 0.64 |
| Hex | F0 | 58 | 7C | 0 | 3F | 30 | 6 | 15A | 54 | 40 |
| Octal | 360 | 130 | 174 | 0 | 77 | 60 | 6 | 532 | 124 | 100 |
| Binary | 11110000 | 1011000 | 1111100 | 0 | 111111 | 110000 | 110 | 101011010 | 1010100 | 1000000 |
Color Harmonies of #F0587C
Complementary color
Monochromatic Colors of #F0587C
Black with #F0587C
Text Example
Text Example
White with #F0587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0587C; }
p { color: rgb(240,88,124); }
H1.HeaderClassName
{
color: #F0587C;
}
.AnyTagClassName
{
color: #F0587C;
}
</style>
background-color css
<style>
a { background-color: #F0587C; }
a { background-color: rgb(240,88,124); }
div.DivClassName
{
background-color: #F0587C;
}
.BgClassName
{
background-color: #F0587C;
}
</style>
border-color css
<style>
span { border-color: #F0587C; }
span { border-color: rgb(240,88,124); }
td.TdClassName
{
border-color: #F0587C;
}
.TagClassName
{
border-color: #F0587C;
}
</style>