Shades of Dark Pink #F05583
Tints of Dark Pink #F05583
RGB
CMYK
RGB Variations
Color information
#F05583 (or 0xF05583) is known color: Dark Pink. HEX triplet: F0, 55 and 83. RGB value is (240,85,131). Sum of RGB (Red+Green+Blue) = 240+85+131=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F05583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05583 is #0FAA7C. Grayscale: #888888. Windows color (decimal): -1026685 or 8607216. OLE color: 8607216.
HSL color Cylindrical-coordinate representation of color #F05583: hue angle of 342.19º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05583 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 131 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.06 |
| HSL | 342.19º | 0.84% | 0.64% | - |
| HSV(B) | 342.19º | 0.65% | 0.94% | - |
| XYZ | 43.28 | 26.66 | 24.34 | - |
| YUV | 136.59 | 124.85 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 131 | 0 | 0.65 | 0.45 | 0.06 | 342.19 | 0.84 | 0.64 |
| Hex | F0 | 55 | 83 | 0 | 41 | 2D | 6 | 156 | 54 | 40 |
| Octal | 360 | 125 | 203 | 0 | 101 | 55 | 6 | 526 | 124 | 100 |
| Binary | 11110000 | 1010101 | 10000011 | 0 | 1000001 | 101101 | 110 | 101010110 | 1010100 | 1000000 |
Color Harmonies of #F05583
Complementary color
Monochromatic Colors of #F05583
Black with #F05583
Text Example
Text Example
White with #F05583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05583; }
p { color: rgb(240,85,131); }
H1.HeaderClassName
{
color: #F05583;
}
.AnyTagClassName
{
color: #F05583;
}
</style>
background-color css
<style>
a { background-color: #F05583; }
a { background-color: rgb(240,85,131); }
div.DivClassName
{
background-color: #F05583;
}
.BgClassName
{
background-color: #F05583;
}
</style>
border-color css
<style>
span { border-color: #F05583; }
span { border-color: rgb(240,85,131); }
td.TdClassName
{
border-color: #F05583;
}
.TagClassName
{
border-color: #F05583;
}
</style>