Shades of Dark Pink #F4547D
Tints of Dark Pink #F4547D
RGB
CMYK
RGB Variations
Color information
#F4547D (or 0xF4547D) is known color: Dark Pink. HEX triplet: F4, 54 and 7D. RGB value is (244,84,125). Sum of RGB (Red+Green+Blue) = 244+84+125=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F4547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4547D is #0BAB82. Grayscale: #888888. Windows color (decimal): -764803 or 8213748. OLE color: 8213748.
HSL color Cylindrical-coordinate representation of color #F4547D: hue angle of 344.62º 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 #F4547D is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 125 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.04 |
| HSL | 344.63º | 0.88% | 0.64% | - |
| HSV(B) | 344.63º | 0.66% | 0.96% | - |
| XYZ | 44.18 | 27.05 | 22.3 | - |
| YUV | 136.51 | 121.51 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 125 | 0 | 0.66 | 0.49 | 0.04 | 344.63 | 0.88 | 0.64 |
| Hex | F4 | 54 | 7D | 0 | 42 | 31 | 4 | 159 | 58 | 40 |
| Octal | 364 | 124 | 175 | 0 | 102 | 61 | 4 | 531 | 130 | 100 |
| Binary | 11110100 | 1010100 | 1111101 | 0 | 1000010 | 110001 | 100 | 101011001 | 1011000 | 1000000 |
Color Harmonies of #F4547D
Complementary color
Monochromatic Colors of #F4547D
Black with #F4547D
Text Example
Text Example
White with #F4547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4547D; }
p { color: rgb(244,84,125); }
H1.HeaderClassName
{
color: #F4547D;
}
.AnyTagClassName
{
color: #F4547D;
}
</style>
background-color css
<style>
a { background-color: #F4547D; }
a { background-color: rgb(244,84,125); }
div.DivClassName
{
background-color: #F4547D;
}
.BgClassName
{
background-color: #F4547D;
}
</style>
border-color css
<style>
span { border-color: #F4547D; }
span { border-color: rgb(244,84,125); }
td.TdClassName
{
border-color: #F4547D;
}
.TagClassName
{
border-color: #F4547D;
}
</style>