Shades of Dark Pink #F0537F
Tints of Dark Pink #F0537F
RGB
CMYK
RGB Variations
Color information
#F0537F (or 0xF0537F) is known color: Dark Pink. HEX triplet: F0, 53 and 7F. RGB value is (240,83,127). Sum of RGB (Red+Green+Blue) = 240+83+127=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0537F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0537F is #0FAC80. Grayscale: #868686. Windows color (decimal): -1027201 or 8344560. OLE color: 8344560.
HSL color Cylindrical-coordinate representation of color #F0537F: hue angle of 343.18º 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 #F0537F is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 127 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.06 |
| HSL | 343.18º | 0.84% | 0.63% | - |
| HSV(B) | 343.18º | 0.65% | 0.94% | - |
| XYZ | 42.86 | 26.24 | 22.89 | - |
| YUV | 134.96 | 123.51 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 127 | 0 | 0.65 | 0.47 | 0.06 | 343.18 | 0.84 | 0.63 |
| Hex | F0 | 53 | 7F | 0 | 41 | 2F | 6 | 157 | 54 | 3F |
| Octal | 360 | 123 | 177 | 0 | 101 | 57 | 6 | 527 | 124 | 77 |
| Binary | 11110000 | 1010011 | 1111111 | 0 | 1000001 | 101111 | 110 | 101010111 | 1010100 | 111111 |
Color Harmonies of #F0537F
Complementary color
Monochromatic Colors of #F0537F
Black with #F0537F
Text Example
Text Example
White with #F0537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0537F; }
p { color: rgb(240,83,127); }
H1.HeaderClassName
{
color: #F0537F;
}
.AnyTagClassName
{
color: #F0537F;
}
</style>
background-color css
<style>
a { background-color: #F0537F; }
a { background-color: rgb(240,83,127); }
div.DivClassName
{
background-color: #F0537F;
}
.BgClassName
{
background-color: #F0537F;
}
</style>
border-color css
<style>
span { border-color: #F0537F; }
span { border-color: rgb(240,83,127); }
td.TdClassName
{
border-color: #F0537F;
}
.TagClassName
{
border-color: #F0537F;
}
</style>