Shades of Dark Pink #F44777
Tints of Dark Pink #F44777
RGB
CMYK
RGB Variations
Color information
#F44777 (or 0xF44777) is known color: Dark Pink. HEX triplet: F4, 47 and 77. RGB value is (244,71,119). Sum of RGB (Red+Green+Blue) = 244+71+119=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F44777 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44777 is #0BB888. Grayscale: #808080. Windows color (decimal): -768137 or 7817204. OLE color: 7817204.
HSL color Cylindrical-coordinate representation of color #F44777: hue angle of 343.35º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F44777 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 71 | 119 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.04 |
| HSL | 343.35º | 0.89% | 0.62% | - |
| HSV(B) | 343.35º | 0.71% | 0.96% | - |
| XYZ | 42.89 | 25.07 | 20.03 | - |
| YUV | 128.2 | 122.81 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 71 | 119 | 0 | 0.71 | 0.51 | 0.04 | 343.35 | 0.89 | 0.62 |
| Hex | F4 | 47 | 77 | 0 | 47 | 33 | 4 | 157 | 59 | 3E |
| Octal | 364 | 107 | 167 | 0 | 107 | 63 | 4 | 527 | 131 | 76 |
| Binary | 11110100 | 1000111 | 1110111 | 0 | 1000111 | 110011 | 100 | 101010111 | 1011001 | 111110 |
Color Harmonies of #F44777
Complementary color
Monochromatic Colors of #F44777
Black with #F44777
Text Example
Text Example
White with #F44777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44777; }
p { color: rgb(244,71,119); }
H1.HeaderClassName
{
color: #F44777;
}
.AnyTagClassName
{
color: #F44777;
}
</style>
background-color css
<style>
a { background-color: #F44777; }
a { background-color: rgb(244,71,119); }
div.DivClassName
{
background-color: #F44777;
}
.BgClassName
{
background-color: #F44777;
}
</style>
border-color css
<style>
span { border-color: #F44777; }
span { border-color: rgb(244,71,119); }
td.TdClassName
{
border-color: #F44777;
}
.TagClassName
{
border-color: #F44777;
}
</style>