Shades of Dark Pink #F0537B
Tints of Dark Pink #F0537B
RGB
CMYK
RGB Variations
Color information
#F0537B (or 0xF0537B) is known color: Dark Pink. HEX triplet: F0, 53 and 7B. RGB value is (240,83,123). Sum of RGB (Red+Green+Blue) = 240+83+123=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0537B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0537B is #0FAC84. Grayscale: #868686. Windows color (decimal): -1027205 or 8082416. OLE color: 8082416.
HSL color Cylindrical-coordinate representation of color #F0537B: hue angle of 344.71º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0537B is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 123 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.06 |
| HSL | 344.71º | 0.84% | 0.63% | - |
| HSV(B) | 344.71º | 0.65% | 0.94% | - |
| XYZ | 42.6 | 26.14 | 21.54 | - |
| YUV | 134.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 123 | 0 | 0.65 | 0.49 | 0.06 | 344.71 | 0.84 | 0.63 |
| Hex | F0 | 53 | 7B | 0 | 41 | 31 | 6 | 159 | 54 | 3F |
| Octal | 360 | 123 | 173 | 0 | 101 | 61 | 6 | 531 | 124 | 77 |
| Binary | 11110000 | 1010011 | 1111011 | 0 | 1000001 | 110001 | 110 | 101011001 | 1010100 | 111111 |
Color Harmonies of #F0537B
Complementary color
Monochromatic Colors of #F0537B
Black with #F0537B
Text Example
Text Example
White with #F0537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0537B; }
p { color: rgb(240,83,123); }
H1.HeaderClassName
{
color: #F0537B;
}
.AnyTagClassName
{
color: #F0537B;
}
</style>
background-color css
<style>
a { background-color: #F0537B; }
a { background-color: rgb(240,83,123); }
div.DivClassName
{
background-color: #F0537B;
}
.BgClassName
{
background-color: #F0537B;
}
</style>
border-color css
<style>
span { border-color: #F0537B; }
span { border-color: rgb(240,83,123); }
td.TdClassName
{
border-color: #F0537B;
}
.TagClassName
{
border-color: #F0537B;
}
</style>