Shades of Dark Pink #F0537D
Tints of Dark Pink #F0537D
RGB
CMYK
RGB Variations
Color information
#F0537D (or 0xF0537D) is known color: Dark Pink. HEX triplet: F0, 53 and 7D. RGB value is (240,83,125). Sum of RGB (Red+Green+Blue) = 240+83+125=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0537D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0537D is #0FAC82. Grayscale: #868686. Windows color (decimal): -1027203 or 8213488. OLE color: 8213488.
HSL color Cylindrical-coordinate representation of color #F0537D: hue angle of 343.95º 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 #F0537D is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 125 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.06 |
| HSL | 343.95º | 0.84% | 0.63% | - |
| HSV(B) | 343.95º | 0.65% | 0.94% | - |
| XYZ | 42.73 | 26.19 | 22.21 | - |
| YUV | 134.73 | 122.51 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 125 | 0 | 0.65 | 0.48 | 0.06 | 343.95 | 0.84 | 0.63 |
| Hex | F0 | 53 | 7D | 0 | 41 | 30 | 6 | 158 | 54 | 3F |
| Octal | 360 | 123 | 175 | 0 | 101 | 60 | 6 | 530 | 124 | 77 |
| Binary | 11110000 | 1010011 | 1111101 | 0 | 1000001 | 110000 | 110 | 101011000 | 1010100 | 111111 |
Color Harmonies of #F0537D
Complementary color
Monochromatic Colors of #F0537D
Black with #F0537D
Text Example
Text Example
White with #F0537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0537D; }
p { color: rgb(240,83,125); }
H1.HeaderClassName
{
color: #F0537D;
}
.AnyTagClassName
{
color: #F0537D;
}
</style>
background-color css
<style>
a { background-color: #F0537D; }
a { background-color: rgb(240,83,125); }
div.DivClassName
{
background-color: #F0537D;
}
.BgClassName
{
background-color: #F0537D;
}
</style>
border-color css
<style>
span { border-color: #F0537D; }
span { border-color: rgb(240,83,125); }
td.TdClassName
{
border-color: #F0537D;
}
.TagClassName
{
border-color: #F0537D;
}
</style>