Shades of Dark Pink #F4527E
Tints of Dark Pink #F4527E
RGB
CMYK
RGB Variations
Color information
#F4527E (or 0xF4527E) is known color: Dark Pink. HEX triplet: F4, 52 and 7E. RGB value is (244,82,126). Sum of RGB (Red+Green+Blue) = 244+82+126=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F4527E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4527E is #0BAD81. Grayscale: #878787. Windows color (decimal): -765314 or 8278772. OLE color: 8278772.
HSL color Cylindrical-coordinate representation of color #F4527E: hue angle of 343.7º 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 #F4527E is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 126 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.04 |
| HSL | 343.7º | 0.88% | 0.64% | - |
| HSV(B) | 343.7º | 0.66% | 0.96% | - |
| XYZ | 44.09 | 26.77 | 22.58 | - |
| YUV | 135.45 | 122.67 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 126 | 0 | 0.66 | 0.48 | 0.04 | 343.7 | 0.88 | 0.64 |
| Hex | F4 | 52 | 7E | 0 | 42 | 30 | 4 | 158 | 58 | 40 |
| Octal | 364 | 122 | 176 | 0 | 102 | 60 | 4 | 530 | 130 | 100 |
| Binary | 11110100 | 1010010 | 1111110 | 0 | 1000010 | 110000 | 100 | 101011000 | 1011000 | 1000000 |
Color Harmonies of #F4527E
Complementary color
Monochromatic Colors of #F4527E
Black with #F4527E
Text Example
Text Example
White with #F4527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4527E; }
p { color: rgb(244,82,126); }
H1.HeaderClassName
{
color: #F4527E;
}
.AnyTagClassName
{
color: #F4527E;
}
</style>
background-color css
<style>
a { background-color: #F4527E; }
a { background-color: rgb(244,82,126); }
div.DivClassName
{
background-color: #F4527E;
}
.BgClassName
{
background-color: #F4527E;
}
</style>
border-color css
<style>
span { border-color: #F4527E; }
span { border-color: rgb(244,82,126); }
td.TdClassName
{
border-color: #F4527E;
}
.TagClassName
{
border-color: #F4527E;
}
</style>