Shades of Dark Pink #F44672
Tints of Dark Pink #F44672
RGB
CMYK
RGB Variations
Color information
#F44672 (or 0xF44672) is known color: Dark Pink. HEX triplet: F4, 46 and 72. RGB value is (244,70,114). Sum of RGB (Red+Green+Blue) = 244+70+114=428 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.01% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 244 - color contains mainly: red. Hex color #F44672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44672 is #0BB98D. Grayscale: #7F7F7F. Windows color (decimal): -768398 or 7489268. OLE color: 7489268.
HSL color Cylindrical-coordinate representation of color #F44672: hue angle of 344.83º 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 #F44672 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 70 | 114 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.04 |
| HSL | 344.83º | 0.89% | 0.62% | - |
| HSV(B) | 344.83º | 0.71% | 0.96% | - |
| XYZ | 42.54 | 24.83 | 18.47 | - |
| YUV | 127.04 | 120.65 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 70 | 114 | 0 | 0.71 | 0.53 | 0.04 | 344.83 | 0.89 | 0.62 |
| Hex | F4 | 46 | 72 | 0 | 47 | 35 | 4 | 159 | 59 | 3E |
| Octal | 364 | 106 | 162 | 0 | 107 | 65 | 4 | 531 | 131 | 76 |
| Binary | 11110100 | 1000110 | 1110010 | 0 | 1000111 | 110101 | 100 | 101011001 | 1011001 | 111110 |
Color Harmonies of #F44672
Complementary color
Monochromatic Colors of #F44672
Black with #F44672
Text Example
Text Example
White with #F44672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44672; }
p { color: rgb(244,70,114); }
H1.HeaderClassName
{
color: #F44672;
}
.AnyTagClassName
{
color: #F44672;
}
</style>
background-color css
<style>
a { background-color: #F44672; }
a { background-color: rgb(244,70,114); }
div.DivClassName
{
background-color: #F44672;
}
.BgClassName
{
background-color: #F44672;
}
</style>
border-color css
<style>
span { border-color: #F44672; }
span { border-color: rgb(244,70,114); }
td.TdClassName
{
border-color: #F44672;
}
.TagClassName
{
border-color: #F44672;
}
</style>