Shades of Dark Pink #F4537F
Tints of Dark Pink #F4537F
RGB
CMYK
RGB Variations
Color information
#F4537F (or 0xF4537F) is known color: Dark Pink. HEX triplet: F4, 53 and 7F. RGB value is (244,83,127). Sum of RGB (Red+Green+Blue) = 244+83+127=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F4537F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4537F is #0BAC80. Grayscale: #888888. Windows color (decimal): -765057 or 8344564. OLE color: 8344564.
HSL color Cylindrical-coordinate representation of color #F4537F: hue angle of 343.6º 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 #F4537F is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 127 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.04 |
| HSL | 343.6º | 0.88% | 0.64% | - |
| HSV(B) | 343.6º | 0.66% | 0.96% | - |
| XYZ | 44.23 | 26.95 | 22.95 | - |
| YUV | 136.16 | 122.84 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 127 | 0 | 0.66 | 0.48 | 0.04 | 343.6 | 0.88 | 0.64 |
| Hex | F4 | 53 | 7F | 0 | 42 | 30 | 4 | 158 | 58 | 40 |
| Octal | 364 | 123 | 177 | 0 | 102 | 60 | 4 | 530 | 130 | 100 |
| Binary | 11110100 | 1010011 | 1111111 | 0 | 1000010 | 110000 | 100 | 101011000 | 1011000 | 1000000 |
Color Harmonies of #F4537F
Complementary color
Monochromatic Colors of #F4537F
Black with #F4537F
Text Example
Text Example
White with #F4537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4537F; }
p { color: rgb(244,83,127); }
H1.HeaderClassName
{
color: #F4537F;
}
.AnyTagClassName
{
color: #F4537F;
}
</style>
background-color css
<style>
a { background-color: #F4537F; }
a { background-color: rgb(244,83,127); }
div.DivClassName
{
background-color: #F4537F;
}
.BgClassName
{
background-color: #F4537F;
}
</style>
border-color css
<style>
span { border-color: #F4537F; }
span { border-color: rgb(244,83,127); }
td.TdClassName
{
border-color: #F4537F;
}
.TagClassName
{
border-color: #F4537F;
}
</style>