Shades of Dark Pink #F44875
Tints of Dark Pink #F44875
RGB
CMYK
RGB Variations
Color information
#F44875 (or 0xF44875) is known color: Dark Pink. HEX triplet: F4, 48 and 75. RGB value is (244,72,117). Sum of RGB (Red+Green+Blue) = 244+72+117=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F44875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44875 is #0BB78A. Grayscale: #808080. Windows color (decimal): -767883 or 7686388. OLE color: 7686388.
HSL color Cylindrical-coordinate representation of color #F44875: hue angle of 344.3º 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 #F44875 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 72 | 117 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.04 |
| HSL | 344.3º | 0.89% | 0.62% | - |
| HSV(B) | 344.3º | 0.7% | 0.96% | - |
| XYZ | 42.84 | 25.15 | 19.43 | - |
| YUV | 128.56 | 121.48 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 72 | 117 | 0 | 0.70 | 0.52 | 0.04 | 344.3 | 0.89 | 0.62 |
| Hex | F4 | 48 | 75 | 0 | 46 | 34 | 4 | 158 | 59 | 3E |
| Octal | 364 | 110 | 165 | 0 | 106 | 64 | 4 | 530 | 131 | 76 |
| Binary | 11110100 | 1001000 | 1110101 | 0 | 1000110 | 110100 | 100 | 101011000 | 1011001 | 111110 |
Color Harmonies of #F44875
Complementary color
Monochromatic Colors of #F44875
Black with #F44875
Text Example
Text Example
White with #F44875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44875; }
p { color: rgb(244,72,117); }
H1.HeaderClassName
{
color: #F44875;
}
.AnyTagClassName
{
color: #F44875;
}
</style>
background-color css
<style>
a { background-color: #F44875; }
a { background-color: rgb(244,72,117); }
div.DivClassName
{
background-color: #F44875;
}
.BgClassName
{
background-color: #F44875;
}
</style>
border-color css
<style>
span { border-color: #F44875; }
span { border-color: rgb(244,72,117); }
td.TdClassName
{
border-color: #F44875;
}
.TagClassName
{
border-color: #F44875;
}
</style>