Shades of Dark Pink #F4537D
Tints of Dark Pink #F4537D
RGB
CMYK
RGB Variations
Color information
#F4537D (or 0xF4537D) is known color: Dark Pink. HEX triplet: F4, 53 and 7D. RGB value is (244,83,125). Sum of RGB (Red+Green+Blue) = 244+83+125=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F4537D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4537D is #0BAC82. Grayscale: #878787. Windows color (decimal): -765059 or 8213492. OLE color: 8213492.
HSL color Cylindrical-coordinate representation of color #F4537D: hue angle of 344.35º degrees, saturation: 0.88, 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 #F4537D is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 125 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.04 |
| HSL | 344.35º | 0.88% | 0.64% | - |
| HSV(B) | 344.35º | 0.66% | 0.96% | - |
| XYZ | 44.1 | 26.9 | 22.27 | - |
| YUV | 135.93 | 121.84 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 125 | 0 | 0.66 | 0.49 | 0.04 | 344.35 | 0.88 | 0.64 |
| Hex | F4 | 53 | 7D | 0 | 42 | 31 | 4 | 158 | 58 | 40 |
| Octal | 364 | 123 | 175 | 0 | 102 | 61 | 4 | 530 | 130 | 100 |
| Binary | 11110100 | 1010011 | 1111101 | 0 | 1000010 | 110001 | 100 | 101011000 | 1011000 | 1000000 |
Color Harmonies of #F4537D
Complementary color
Monochromatic Colors of #F4537D
Black with #F4537D
Text Example
Text Example
White with #F4537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4537D; }
p { color: rgb(244,83,125); }
H1.HeaderClassName
{
color: #F4537D;
}
.AnyTagClassName
{
color: #F4537D;
}
</style>
background-color css
<style>
a { background-color: #F4537D; }
a { background-color: rgb(244,83,125); }
div.DivClassName
{
background-color: #F4537D;
}
.BgClassName
{
background-color: #F4537D;
}
</style>
border-color css
<style>
span { border-color: #F4537D; }
span { border-color: rgb(244,83,125); }
td.TdClassName
{
border-color: #F4537D;
}
.TagClassName
{
border-color: #F4537D;
}
</style>