Shades of Dark Pink #F4537E
Tints of Dark Pink #F4537E
RGB
CMYK
RGB Variations
Color information
#F4537E (or 0xF4537E) is known color: Dark Pink. HEX triplet: F4, 53 and 7E. RGB value is (244,83,126). Sum of RGB (Red+Green+Blue) = 244+83+126=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F4537E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4537E is #0BAC81. Grayscale: #888888. Windows color (decimal): -765058 or 8279028. OLE color: 8279028.
HSL color Cylindrical-coordinate representation of color #F4537E: hue angle of 343.98º 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 #F4537E is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 126 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.04 |
| HSL | 343.98º | 0.88% | 0.64% | - |
| HSV(B) | 343.98º | 0.66% | 0.96% | - |
| XYZ | 44.17 | 26.93 | 22.61 | - |
| YUV | 136.04 | 122.34 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 126 | 0 | 0.66 | 0.48 | 0.04 | 343.98 | 0.88 | 0.64 |
| Hex | F4 | 53 | 7E | 0 | 42 | 30 | 4 | 158 | 58 | 40 |
| Octal | 364 | 123 | 176 | 0 | 102 | 60 | 4 | 530 | 130 | 100 |
| Binary | 11110100 | 1010011 | 1111110 | 0 | 1000010 | 110000 | 100 | 101011000 | 1011000 | 1000000 |
Color Harmonies of #F4537E
Complementary color
Monochromatic Colors of #F4537E
Black with #F4537E
Text Example
Text Example
White with #F4537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4537E; }
p { color: rgb(244,83,126); }
H1.HeaderClassName
{
color: #F4537E;
}
.AnyTagClassName
{
color: #F4537E;
}
</style>
background-color css
<style>
a { background-color: #F4537E; }
a { background-color: rgb(244,83,126); }
div.DivClassName
{
background-color: #F4537E;
}
.BgClassName
{
background-color: #F4537E;
}
</style>
border-color css
<style>
span { border-color: #F4537E; }
span { border-color: rgb(244,83,126); }
td.TdClassName
{
border-color: #F4537E;
}
.TagClassName
{
border-color: #F4537E;
}
</style>