Shades of Dark Pink #F44E7E
Tints of Dark Pink #F44E7E
RGB
CMYK
RGB Variations
Color information
#F44E7E (or 0xF44E7E) is known color: Dark Pink. HEX triplet: F4, 4E and 7E. RGB value is (244,78,126). Sum of RGB (Red+Green+Blue) = 244+78+126=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F44E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44E7E is #0BB181. Grayscale: #858585. Windows color (decimal): -766338 or 8277748. OLE color: 8277748.
HSL color Cylindrical-coordinate representation of color #F44E7E: hue angle of 342.65º 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 #F44E7E is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 78 | 126 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.04 |
| HSL | 342.65º | 0.88% | 0.63% | - |
| HSV(B) | 342.65º | 0.68% | 0.96% | - |
| XYZ | 43.8 | 26.19 | 22.49 | - |
| YUV | 133.11 | 124 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 78 | 126 | 0 | 0.68 | 0.48 | 0.04 | 342.65 | 0.88 | 0.63 |
| Hex | F4 | 4E | 7E | 0 | 44 | 30 | 4 | 157 | 58 | 3F |
| Octal | 364 | 116 | 176 | 0 | 104 | 60 | 4 | 527 | 130 | 77 |
| Binary | 11110100 | 1001110 | 1111110 | 0 | 1000100 | 110000 | 100 | 101010111 | 1011000 | 111111 |
Color Harmonies of #F44E7E
Complementary color
Monochromatic Colors of #F44E7E
Black with #F44E7E
Text Example
Text Example
White with #F44E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44E7E; }
p { color: rgb(244,78,126); }
H1.HeaderClassName
{
color: #F44E7E;
}
.AnyTagClassName
{
color: #F44E7E;
}
</style>
background-color css
<style>
a { background-color: #F44E7E; }
a { background-color: rgb(244,78,126); }
div.DivClassName
{
background-color: #F44E7E;
}
.BgClassName
{
background-color: #F44E7E;
}
</style>
border-color css
<style>
span { border-color: #F44E7E; }
span { border-color: rgb(244,78,126); }
td.TdClassName
{
border-color: #F44E7E;
}
.TagClassName
{
border-color: #F44E7E;
}
</style>