Shades of Dark Pink #F05585
Tints of Dark Pink #F05585
RGB
CMYK
RGB Variations
Color information
#F05585 (or 0xF05585) is known color: Dark Pink. HEX triplet: F0, 55 and 85. RGB value is (240,85,133). Sum of RGB (Red+Green+Blue) = 240+85+133=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F05585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05585 is #0FAA7A. Grayscale: #888888. Windows color (decimal): -1026683 or 8738288. OLE color: 8738288.
HSL color Cylindrical-coordinate representation of color #F05585: hue angle of 341.42º 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 #F05585 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 133 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.06 |
| HSL | 341.42º | 0.84% | 0.64% | - |
| HSV(B) | 341.42º | 0.65% | 0.94% | - |
| XYZ | 43.42 | 26.72 | 25.06 | - |
| YUV | 136.82 | 125.85 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 133 | 0 | 0.65 | 0.45 | 0.06 | 341.42 | 0.84 | 0.64 |
| Hex | F0 | 55 | 85 | 0 | 41 | 2D | 6 | 155 | 54 | 40 |
| Octal | 360 | 125 | 205 | 0 | 101 | 55 | 6 | 525 | 124 | 100 |
| Binary | 11110000 | 1010101 | 10000101 | 0 | 1000001 | 101101 | 110 | 101010101 | 1010100 | 1000000 |
Color Harmonies of #F05585
Complementary color
Monochromatic Colors of #F05585
Black with #F05585
Text Example
Text Example
White with #F05585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05585; }
p { color: rgb(240,85,133); }
H1.HeaderClassName
{
color: #F05585;
}
.AnyTagClassName
{
color: #F05585;
}
</style>
background-color css
<style>
a { background-color: #F05585; }
a { background-color: rgb(240,85,133); }
div.DivClassName
{
background-color: #F05585;
}
.BgClassName
{
background-color: #F05585;
}
</style>
border-color css
<style>
span { border-color: #F05585; }
span { border-color: rgb(240,85,133); }
td.TdClassName
{
border-color: #F05585;
}
.TagClassName
{
border-color: #F05585;
}
</style>