Shades of Dark Pink #F55684
Tints of Dark Pink #F55684
RGB
CMYK
RGB Variations
Color information
#F55684 (or 0xF55684) is known color: Dark Pink. HEX triplet: F5, 56 and 84. RGB value is (245,86,132). Sum of RGB (Red+Green+Blue) = 245+86+132=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F55684 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55684 is #0AA97B. Grayscale: #8A8A8A. Windows color (decimal): -698748 or 8673013. OLE color: 8673013.
HSL color Cylindrical-coordinate representation of color #F55684: hue angle of 342.64º degrees, saturation: 0.89, 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 #F55684 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 132 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.04 |
| HSL | 342.64º | 0.89% | 0.65% | - |
| HSV(B) | 342.64º | 0.65% | 0.96% | - |
| XYZ | 45.15 | 27.73 | 24.8 | - |
| YUV | 138.79 | 124.18 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 132 | 0 | 0.65 | 0.46 | 0.04 | 342.64 | 0.89 | 0.65 |
| Hex | F5 | 56 | 84 | 0 | 41 | 2E | 4 | 157 | 59 | 41 |
| Octal | 365 | 126 | 204 | 0 | 101 | 56 | 4 | 527 | 131 | 101 |
| Binary | 11110101 | 1010110 | 10000100 | 0 | 1000001 | 101110 | 100 | 101010111 | 1011001 | 1000001 |
Color Harmonies of #F55684
Complementary color
Monochromatic Colors of #F55684
Black with #F55684
Text Example
Text Example
White with #F55684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55684; }
p { color: rgb(245,86,132); }
H1.HeaderClassName
{
color: #F55684;
}
.AnyTagClassName
{
color: #F55684;
}
</style>
background-color css
<style>
a { background-color: #F55684; }
a { background-color: rgb(245,86,132); }
div.DivClassName
{
background-color: #F55684;
}
.BgClassName
{
background-color: #F55684;
}
</style>
border-color css
<style>
span { border-color: #F55684; }
span { border-color: rgb(245,86,132); }
td.TdClassName
{
border-color: #F55684;
}
.TagClassName
{
border-color: #F55684;
}
</style>