Shades of Dark Pink #F4527D
Tints of Dark Pink #F4527D
RGB
CMYK
RGB Variations
Color information
#F4527D (or 0xF4527D) is known color: Dark Pink. HEX triplet: F4, 52 and 7D. RGB value is (244,82,125). Sum of RGB (Red+Green+Blue) = 244+82+125=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F4527D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4527D is #0BAD82. Grayscale: #878787. Windows color (decimal): -765315 or 8213236. OLE color: 8213236.
HSL color Cylindrical-coordinate representation of color #F4527D: hue angle of 344.07º 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 #F4527D is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 125 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.04 |
| HSL | 344.07º | 0.88% | 0.64% | - |
| HSV(B) | 344.07º | 0.66% | 0.96% | - |
| XYZ | 44.03 | 26.75 | 22.24 | - |
| YUV | 135.34 | 122.17 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 125 | 0 | 0.66 | 0.49 | 0.04 | 344.07 | 0.88 | 0.64 |
| Hex | F4 | 52 | 7D | 0 | 42 | 31 | 4 | 158 | 58 | 40 |
| Octal | 364 | 122 | 175 | 0 | 102 | 61 | 4 | 530 | 130 | 100 |
| Binary | 11110100 | 1010010 | 1111101 | 0 | 1000010 | 110001 | 100 | 101011000 | 1011000 | 1000000 |
Color Harmonies of #F4527D
Complementary color
Monochromatic Colors of #F4527D
Black with #F4527D
Text Example
Text Example
White with #F4527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4527D; }
p { color: rgb(244,82,125); }
H1.HeaderClassName
{
color: #F4527D;
}
.AnyTagClassName
{
color: #F4527D;
}
</style>
background-color css
<style>
a { background-color: #F4527D; }
a { background-color: rgb(244,82,125); }
div.DivClassName
{
background-color: #F4527D;
}
.BgClassName
{
background-color: #F4527D;
}
</style>
border-color css
<style>
span { border-color: #F4527D; }
span { border-color: rgb(244,82,125); }
td.TdClassName
{
border-color: #F4527D;
}
.TagClassName
{
border-color: #F4527D;
}
</style>