Shades of Dark Pink #F45584
Tints of Dark Pink #F45584
RGB
CMYK
RGB Variations
Color information
#F45584 (or 0xF45584) is known color: Dark Pink. HEX triplet: F4, 55 and 84. RGB value is (244,85,132). Sum of RGB (Red+Green+Blue) = 244+85+132=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F45584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45584 is #0BAA7B. Grayscale: #898989. Windows color (decimal): -764540 or 8672756. OLE color: 8672756.
HSL color Cylindrical-coordinate representation of color #F45584: hue angle of 342.26º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F45584 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 132 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.04 |
| HSL | 342.26º | 0.88% | 0.65% | - |
| HSV(B) | 342.26º | 0.65% | 0.96% | - |
| XYZ | 44.72 | 27.4 | 24.76 | - |
| YUV | 137.9 | 124.68 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 132 | 0 | 0.65 | 0.46 | 0.04 | 342.26 | 0.88 | 0.65 |
| Hex | F4 | 55 | 84 | 0 | 41 | 2E | 4 | 156 | 58 | 41 |
| Octal | 364 | 125 | 204 | 0 | 101 | 56 | 4 | 526 | 130 | 101 |
| Binary | 11110100 | 1010101 | 10000100 | 0 | 1000001 | 101110 | 100 | 101010110 | 1011000 | 1000001 |
Color Harmonies of #F45584
Complementary color
Monochromatic Colors of #F45584
Black with #F45584
Text Example
Text Example
White with #F45584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45584; }
p { color: rgb(244,85,132); }
H1.HeaderClassName
{
color: #F45584;
}
.AnyTagClassName
{
color: #F45584;
}
</style>
background-color css
<style>
a { background-color: #F45584; }
a { background-color: rgb(244,85,132); }
div.DivClassName
{
background-color: #F45584;
}
.BgClassName
{
background-color: #F45584;
}
</style>
border-color css
<style>
span { border-color: #F45584; }
span { border-color: rgb(244,85,132); }
td.TdClassName
{
border-color: #F45584;
}
.TagClassName
{
border-color: #F45584;
}
</style>