Shades of Dark Pink #F05584
Tints of Dark Pink #F05584
RGB
CMYK
RGB Variations
Color information
#F05584 (or 0xF05584) is known color: Dark Pink. HEX triplet: F0, 55 and 84. RGB value is (240,85,132). Sum of RGB (Red+Green+Blue) = 240+85+132=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F05584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05584 is #0FAA7B. Grayscale: #888888. Windows color (decimal): -1026684 or 8672752. OLE color: 8672752.
HSL color Cylindrical-coordinate representation of color #F05584: hue angle of 341.81º 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 #F05584 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 132 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.06 |
| HSL | 341.81º | 0.84% | 0.64% | - |
| HSV(B) | 341.81º | 0.65% | 0.94% | - |
| XYZ | 43.35 | 26.69 | 24.7 | - |
| YUV | 136.7 | 125.35 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 132 | 0 | 0.65 | 0.45 | 0.06 | 341.81 | 0.84 | 0.64 |
| Hex | F0 | 55 | 84 | 0 | 41 | 2D | 6 | 156 | 54 | 40 |
| Octal | 360 | 125 | 204 | 0 | 101 | 55 | 6 | 526 | 124 | 100 |
| Binary | 11110000 | 1010101 | 10000100 | 0 | 1000001 | 101101 | 110 | 101010110 | 1010100 | 1000000 |
Color Harmonies of #F05584
Complementary color
Monochromatic Colors of #F05584
Black with #F05584
Text Example
Text Example
White with #F05584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05584; }
p { color: rgb(240,85,132); }
H1.HeaderClassName
{
color: #F05584;
}
.AnyTagClassName
{
color: #F05584;
}
</style>
background-color css
<style>
a { background-color: #F05584; }
a { background-color: rgb(240,85,132); }
div.DivClassName
{
background-color: #F05584;
}
.BgClassName
{
background-color: #F05584;
}
</style>
border-color css
<style>
span { border-color: #F05584; }
span { border-color: rgb(240,85,132); }
td.TdClassName
{
border-color: #F05584;
}
.TagClassName
{
border-color: #F05584;
}
</style>