Shades of Dark Pink #F0557C
Tints of Dark Pink #F0557C
RGB
CMYK
RGB Variations
Color information
#F0557C (or 0xF0557C) is known color: Dark Pink. HEX triplet: F0, 55 and 7C. RGB value is (240,85,124). Sum of RGB (Red+Green+Blue) = 240+85+124=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0557C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0557C is #0FAA83. Grayscale: #878787. Windows color (decimal): -1026692 or 8148464. OLE color: 8148464.
HSL color Cylindrical-coordinate representation of color #F0557C: hue angle of 344.9º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0557C is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 124 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.06 |
| HSL | 344.9º | 0.84% | 0.64% | - |
| HSV(B) | 344.9º | 0.65% | 0.94% | - |
| XYZ | 42.82 | 26.48 | 21.92 | - |
| YUV | 135.79 | 121.35 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 124 | 0 | 0.65 | 0.48 | 0.06 | 344.9 | 0.84 | 0.64 |
| Hex | F0 | 55 | 7C | 0 | 41 | 30 | 6 | 159 | 54 | 40 |
| Octal | 360 | 125 | 174 | 0 | 101 | 60 | 6 | 531 | 124 | 100 |
| Binary | 11110000 | 1010101 | 1111100 | 0 | 1000001 | 110000 | 110 | 101011001 | 1010100 | 1000000 |
Color Harmonies of #F0557C
Complementary color
Monochromatic Colors of #F0557C
Black with #F0557C
Text Example
Text Example
White with #F0557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0557C; }
p { color: rgb(240,85,124); }
H1.HeaderClassName
{
color: #F0557C;
}
.AnyTagClassName
{
color: #F0557C;
}
</style>
background-color css
<style>
a { background-color: #F0557C; }
a { background-color: rgb(240,85,124); }
div.DivClassName
{
background-color: #F0557C;
}
.BgClassName
{
background-color: #F0557C;
}
</style>
border-color css
<style>
span { border-color: #F0557C; }
span { border-color: rgb(240,85,124); }
td.TdClassName
{
border-color: #F0557C;
}
.TagClassName
{
border-color: #F0557C;
}
</style>