Shades of Dark Pink #F44F7A
Tints of Dark Pink #F44F7A
RGB
CMYK
RGB Variations
Color information
#F44F7A (or 0xF44F7A) is known color: Dark Pink. HEX triplet: F4, 4F and 7A. RGB value is (244,79,122). Sum of RGB (Red+Green+Blue) = 244+79+122=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F44F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44F7A is #0BB085. Grayscale: #858585. Windows color (decimal): -766086 or 8015860. OLE color: 8015860.
HSL color Cylindrical-coordinate representation of color #F44F7A: hue angle of 344.36º 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 #F44F7A is Cyan = 0, Magento = 0.68, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 79 | 122 | - |
| CMYK | 0 | 0.68 | 0.5 | 0.04 |
| HSL | 344.36º | 0.88% | 0.63% | - |
| HSV(B) | 344.36º | 0.68% | 0.96% | - |
| XYZ | 43.62 | 26.23 | 21.18 | - |
| YUV | 133.24 | 121.66 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 79 | 122 | 0 | 0.68 | 0.5 | 0.04 | 344.36 | 0.88 | 0.63 |
| Hex | F4 | 4F | 7A | 0 | 44 | 32 | 4 | 158 | 58 | 3F |
| Octal | 364 | 117 | 172 | 0 | 104 | 62 | 4 | 530 | 130 | 77 |
| Binary | 11110100 | 1001111 | 1111010 | 0 | 1000100 | 110010 | 100 | 101011000 | 1011000 | 111111 |
Color Harmonies of #F44F7A
Complementary color
Monochromatic Colors of #F44F7A
Black with #F44F7A
Text Example
Text Example
White with #F44F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44F7A; }
p { color: rgb(244,79,122); }
H1.HeaderClassName
{
color: #F44F7A;
}
.AnyTagClassName
{
color: #F44F7A;
}
</style>
background-color css
<style>
a { background-color: #F44F7A; }
a { background-color: rgb(244,79,122); }
div.DivClassName
{
background-color: #F44F7A;
}
.BgClassName
{
background-color: #F44F7A;
}
</style>
border-color css
<style>
span { border-color: #F44F7A; }
span { border-color: rgb(244,79,122); }
td.TdClassName
{
border-color: #F44F7A;
}
.TagClassName
{
border-color: #F44F7A;
}
</style>