Shades of Dark Pink #F44673
Tints of Dark Pink #F44673
RGB
CMYK
RGB Variations
Color information
#F44673 (or 0xF44673) is known color: Dark Pink. HEX triplet: F4, 46 and 73. RGB value is (244,70,115). Sum of RGB (Red+Green+Blue) = 244+70+115=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F44673 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44673 is #0BB98C. Grayscale: #7F7F7F. Windows color (decimal): -768397 or 7554804. OLE color: 7554804.
HSL color Cylindrical-coordinate representation of color #F44673: hue angle of 344.48º 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 #F44673 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 70 | 115 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.04 |
| HSL | 344.48º | 0.89% | 0.62% | - |
| HSV(B) | 344.48º | 0.71% | 0.96% | - |
| XYZ | 42.59 | 24.85 | 18.77 | - |
| YUV | 127.16 | 121.15 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 70 | 115 | 0 | 0.71 | 0.53 | 0.04 | 344.48 | 0.89 | 0.62 |
| Hex | F4 | 46 | 73 | 0 | 47 | 35 | 4 | 158 | 59 | 3E |
| Octal | 364 | 106 | 163 | 0 | 107 | 65 | 4 | 530 | 131 | 76 |
| Binary | 11110100 | 1000110 | 1110011 | 0 | 1000111 | 110101 | 100 | 101011000 | 1011001 | 111110 |
Color Harmonies of #F44673
Complementary color
Monochromatic Colors of #F44673
Black with #F44673
Text Example
Text Example
White with #F44673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44673; }
p { color: rgb(244,70,115); }
H1.HeaderClassName
{
color: #F44673;
}
.AnyTagClassName
{
color: #F44673;
}
</style>
background-color css
<style>
a { background-color: #F44673; }
a { background-color: rgb(244,70,115); }
div.DivClassName
{
background-color: #F44673;
}
.BgClassName
{
background-color: #F44673;
}
</style>
border-color css
<style>
span { border-color: #F44673; }
span { border-color: rgb(244,70,115); }
td.TdClassName
{
border-color: #F44673;
}
.TagClassName
{
border-color: #F44673;
}
</style>