Shades of Dark Pink #F5537F
Tints of Dark Pink #F5537F
RGB
CMYK
RGB Variations
Color information
#F5537F (or 0xF5537F) is known color: Dark Pink. HEX triplet: F5, 53 and 7F. RGB value is (245,83,127). Sum of RGB (Red+Green+Blue) = 245+83+127=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F5537F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5537F is #0AAC80. Grayscale: #888888. Windows color (decimal): -699521 or 8344565. OLE color: 8344565.
HSL color Cylindrical-coordinate representation of color #F5537F: hue angle of 343.7º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5537F is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 127 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.04 |
| HSL | 343.7º | 0.89% | 0.64% | - |
| HSV(B) | 343.7º | 0.66% | 0.96% | - |
| XYZ | 44.58 | 27.13 | 22.97 | - |
| YUV | 136.45 | 122.67 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 127 | 0 | 0.66 | 0.48 | 0.04 | 343.7 | 0.89 | 0.64 |
| Hex | F5 | 53 | 7F | 0 | 42 | 30 | 4 | 158 | 59 | 40 |
| Octal | 365 | 123 | 177 | 0 | 102 | 60 | 4 | 530 | 131 | 100 |
| Binary | 11110101 | 1010011 | 1111111 | 0 | 1000010 | 110000 | 100 | 101011000 | 1011001 | 1000000 |
Color Harmonies of #F5537F
Complementary color
Monochromatic Colors of #F5537F
Black with #F5537F
Text Example
Text Example
White with #F5537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5537F; }
p { color: rgb(245,83,127); }
H1.HeaderClassName
{
color: #F5537F;
}
.AnyTagClassName
{
color: #F5537F;
}
</style>
background-color css
<style>
a { background-color: #F5537F; }
a { background-color: rgb(245,83,127); }
div.DivClassName
{
background-color: #F5537F;
}
.BgClassName
{
background-color: #F5537F;
}
</style>
border-color css
<style>
span { border-color: #F5537F; }
span { border-color: rgb(245,83,127); }
td.TdClassName
{
border-color: #F5537F;
}
.TagClassName
{
border-color: #F5537F;
}
</style>