Shades of Dark Pink #F55582
Tints of Dark Pink #F55582
RGB
CMYK
RGB Variations
Color information
#F55582 (or 0xF55582) is known color: Dark Pink. HEX triplet: F5, 55 and 82. RGB value is (245,85,130). Sum of RGB (Red+Green+Blue) = 245+85+130=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F55582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55582 is #0AAA7D. Grayscale: #898989. Windows color (decimal): -699006 or 8541685. OLE color: 8541685.
HSL color Cylindrical-coordinate representation of color #F55582: hue angle of 343.12º 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 #F55582 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 130 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.04 |
| HSL | 343.13º | 0.89% | 0.65% | - |
| HSV(B) | 343.13º | 0.65% | 0.96% | - |
| XYZ | 44.93 | 27.52 | 24.06 | - |
| YUV | 137.97 | 123.51 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 130 | 0 | 0.65 | 0.47 | 0.04 | 343.13 | 0.89 | 0.65 |
| Hex | F5 | 55 | 82 | 0 | 41 | 2F | 4 | 157 | 59 | 41 |
| Octal | 365 | 125 | 202 | 0 | 101 | 57 | 4 | 527 | 131 | 101 |
| Binary | 11110101 | 1010101 | 10000010 | 0 | 1000001 | 101111 | 100 | 101010111 | 1011001 | 1000001 |
Color Harmonies of #F55582
Complementary color
Monochromatic Colors of #F55582
Black with #F55582
Text Example
Text Example
White with #F55582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55582; }
p { color: rgb(245,85,130); }
H1.HeaderClassName
{
color: #F55582;
}
.AnyTagClassName
{
color: #F55582;
}
</style>
background-color css
<style>
a { background-color: #F55582; }
a { background-color: rgb(245,85,130); }
div.DivClassName
{
background-color: #F55582;
}
.BgClassName
{
background-color: #F55582;
}
</style>
border-color css
<style>
span { border-color: #F55582; }
span { border-color: rgb(245,85,130); }
td.TdClassName
{
border-color: #F55582;
}
.TagClassName
{
border-color: #F55582;
}
</style>