Shades of Dark Pink #F0557B
Tints of Dark Pink #F0557B
RGB
CMYK
RGB Variations
Color information
#F0557B (or 0xF0557B) is known color: Dark Pink. HEX triplet: F0, 55 and 7B. RGB value is (240,85,123). Sum of RGB (Red+Green+Blue) = 240+85+123=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0557B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0557B is #0FAA84. Grayscale: #878787. Windows color (decimal): -1026693 or 8082928. OLE color: 8082928.
HSL color Cylindrical-coordinate representation of color #F0557B: hue angle of 345.29º 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 #F0557B is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 123 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.06 |
| HSL | 345.29º | 0.84% | 0.64% | - |
| HSV(B) | 345.29º | 0.65% | 0.94% | - |
| XYZ | 42.76 | 26.45 | 21.59 | - |
| YUV | 135.68 | 120.85 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 123 | 0 | 0.65 | 0.49 | 0.06 | 345.29 | 0.84 | 0.64 |
| Hex | F0 | 55 | 7B | 0 | 41 | 31 | 6 | 159 | 54 | 40 |
| Octal | 360 | 125 | 173 | 0 | 101 | 61 | 6 | 531 | 124 | 100 |
| Binary | 11110000 | 1010101 | 1111011 | 0 | 1000001 | 110001 | 110 | 101011001 | 1010100 | 1000000 |
Color Harmonies of #F0557B
Complementary color
Monochromatic Colors of #F0557B
Black with #F0557B
Text Example
Text Example
White with #F0557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0557B; }
p { color: rgb(240,85,123); }
H1.HeaderClassName
{
color: #F0557B;
}
.AnyTagClassName
{
color: #F0557B;
}
</style>
background-color css
<style>
a { background-color: #F0557B; }
a { background-color: rgb(240,85,123); }
div.DivClassName
{
background-color: #F0557B;
}
.BgClassName
{
background-color: #F0557B;
}
</style>
border-color css
<style>
span { border-color: #F0557B; }
span { border-color: rgb(240,85,123); }
td.TdClassName
{
border-color: #F0557B;
}
.TagClassName
{
border-color: #F0557B;
}
</style>