Shades of Dark Pink #F55583
Tints of Dark Pink #F55583
RGB
CMYK
RGB Variations
Color information
#F55583 (or 0xF55583) is known color: Dark Pink. HEX triplet: F5, 55 and 83. RGB value is (245,85,131). Sum of RGB (Red+Green+Blue) = 245+85+131=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F55583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55583 is #0AAA7C. Grayscale: #8A8A8A. Windows color (decimal): -699005 or 8607221. OLE color: 8607221.
HSL color Cylindrical-coordinate representation of color #F55583: hue angle of 342.75º 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 #F55583 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 131 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.04 |
| HSL | 342.75º | 0.89% | 0.65% | - |
| HSV(B) | 342.75º | 0.65% | 0.96% | - |
| XYZ | 45 | 27.55 | 24.42 | - |
| YUV | 138.08 | 124.01 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 131 | 0 | 0.65 | 0.47 | 0.04 | 342.75 | 0.89 | 0.65 |
| Hex | F5 | 55 | 83 | 0 | 41 | 2F | 4 | 157 | 59 | 41 |
| Octal | 365 | 125 | 203 | 0 | 101 | 57 | 4 | 527 | 131 | 101 |
| Binary | 11110101 | 1010101 | 10000011 | 0 | 1000001 | 101111 | 100 | 101010111 | 1011001 | 1000001 |
Color Harmonies of #F55583
Complementary color
Monochromatic Colors of #F55583
Black with #F55583
Text Example
Text Example
White with #F55583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55583; }
p { color: rgb(245,85,131); }
H1.HeaderClassName
{
color: #F55583;
}
.AnyTagClassName
{
color: #F55583;
}
</style>
background-color css
<style>
a { background-color: #F55583; }
a { background-color: rgb(245,85,131); }
div.DivClassName
{
background-color: #F55583;
}
.BgClassName
{
background-color: #F55583;
}
</style>
border-color css
<style>
span { border-color: #F55583; }
span { border-color: rgb(245,85,131); }
td.TdClassName
{
border-color: #F55583;
}
.TagClassName
{
border-color: #F55583;
}
</style>