Shades of Dark Pink #F44D7D
Tints of Dark Pink #F44D7D
RGB
CMYK
RGB Variations
Color information
#F44D7D (or 0xF44D7D) is known color: Dark Pink. HEX triplet: F4, 4D and 7D. RGB value is (244,77,125). Sum of RGB (Red+Green+Blue) = 244+77+125=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44D7D is #0BB282. Grayscale: #848484. Windows color (decimal): -766595 or 8211956. OLE color: 8211956.
HSL color Cylindrical-coordinate representation of color #F44D7D: hue angle of 342.75º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F44D7D is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 125 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.04 |
| HSL | 342.75º | 0.88% | 0.63% | - |
| HSV(B) | 342.75º | 0.68% | 0.96% | - |
| XYZ | 43.66 | 26.02 | 22.12 | - |
| YUV | 132.41 | 123.83 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 125 | 0 | 0.68 | 0.49 | 0.04 | 342.75 | 0.88 | 0.63 |
| Hex | F4 | 4D | 7D | 0 | 44 | 31 | 4 | 157 | 58 | 3F |
| Octal | 364 | 115 | 175 | 0 | 104 | 61 | 4 | 527 | 130 | 77 |
| Binary | 11110100 | 1001101 | 1111101 | 0 | 1000100 | 110001 | 100 | 101010111 | 1011000 | 111111 |
Color Harmonies of #F44D7D
Complementary color
Monochromatic Colors of #F44D7D
Black with #F44D7D
Text Example
Text Example
White with #F44D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44D7D; }
p { color: rgb(244,77,125); }
H1.HeaderClassName
{
color: #F44D7D;
}
.AnyTagClassName
{
color: #F44D7D;
}
</style>
background-color css
<style>
a { background-color: #F44D7D; }
a { background-color: rgb(244,77,125); }
div.DivClassName
{
background-color: #F44D7D;
}
.BgClassName
{
background-color: #F44D7D;
}
</style>
border-color css
<style>
span { border-color: #F44D7D; }
span { border-color: rgb(244,77,125); }
td.TdClassName
{
border-color: #F44D7D;
}
.TagClassName
{
border-color: #F44D7D;
}
</style>