Shades of Dark Pink #F44A77
Tints of Dark Pink #F44A77
RGB
CMYK
RGB Variations
Color information
#F44A77 (or 0xF44A77) is known color: Dark Pink. HEX triplet: F4, 4A and 77. RGB value is (244,74,119). Sum of RGB (Red+Green+Blue) = 244+74+119=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44A77 is #0BB588. Grayscale: #818181. Windows color (decimal): -767369 or 7817972. OLE color: 7817972.
HSL color Cylindrical-coordinate representation of color #F44A77: hue angle of 344.12º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F44A77 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 119 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.04 |
| HSL | 344.12º | 0.89% | 0.62% | - |
| HSV(B) | 344.12º | 0.7% | 0.96% | - |
| XYZ | 43.09 | 25.46 | 20.1 | - |
| YUV | 129.96 | 121.82 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 119 | 0 | 0.70 | 0.51 | 0.04 | 344.12 | 0.89 | 0.62 |
| Hex | F4 | 4A | 77 | 0 | 46 | 33 | 4 | 158 | 59 | 3E |
| Octal | 364 | 112 | 167 | 0 | 106 | 63 | 4 | 530 | 131 | 76 |
| Binary | 11110100 | 1001010 | 1110111 | 0 | 1000110 | 110011 | 100 | 101011000 | 1011001 | 111110 |
Color Harmonies of #F44A77
Complementary color
Monochromatic Colors of #F44A77
Black with #F44A77
Text Example
Text Example
White with #F44A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44A77; }
p { color: rgb(244,74,119); }
H1.HeaderClassName
{
color: #F44A77;
}
.AnyTagClassName
{
color: #F44A77;
}
</style>
background-color css
<style>
a { background-color: #F44A77; }
a { background-color: rgb(244,74,119); }
div.DivClassName
{
background-color: #F44A77;
}
.BgClassName
{
background-color: #F44A77;
}
</style>
border-color css
<style>
span { border-color: #F44A77; }
span { border-color: rgb(244,74,119); }
td.TdClassName
{
border-color: #F44A77;
}
.TagClassName
{
border-color: #F44A77;
}
</style>