Shades of Dark Pink #F05A87
Tints of Dark Pink #F05A87
RGB
CMYK
RGB Variations
Color information
#F05A87 (or 0xF05A87) is known color: Dark Pink. HEX triplet: F0, 5A and 87. RGB value is (240,90,135). Sum of RGB (Red+Green+Blue) = 240+90+135=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05A87 is #0FA578. Grayscale: #8B8B8B. Windows color (decimal): -1025401 or 8870640. OLE color: 8870640.
HSL color Cylindrical-coordinate representation of color #F05A87: hue angle of 342º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05A87 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 135 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.06 |
| HSL | 342º | 0.83% | 0.65% | - |
| HSV(B) | 342º | 0.63% | 0.94% | - |
| XYZ | 43.96 | 27.59 | 25.93 | - |
| YUV | 139.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 135 | 0 | 0.62 | 0.44 | 0.06 | 342 | 0.83 | 0.65 |
| Hex | F0 | 5A | 87 | 0 | 3E | 2C | 6 | 156 | 53 | 41 |
| Octal | 360 | 132 | 207 | 0 | 76 | 54 | 6 | 526 | 123 | 101 |
| Binary | 11110000 | 1011010 | 10000111 | 0 | 111110 | 101100 | 110 | 101010110 | 1010011 | 1000001 |
Color Harmonies of #F05A87
Complementary color
Monochromatic Colors of #F05A87
Black with #F05A87
Text Example
Text Example
White with #F05A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A87; }
p { color: rgb(240,90,135); }
H1.HeaderClassName
{
color: #F05A87;
}
.AnyTagClassName
{
color: #F05A87;
}
</style>
background-color css
<style>
a { background-color: #F05A87; }
a { background-color: rgb(240,90,135); }
div.DivClassName
{
background-color: #F05A87;
}
.BgClassName
{
background-color: #F05A87;
}
</style>
border-color css
<style>
span { border-color: #F05A87; }
span { border-color: rgb(240,90,135); }
td.TdClassName
{
border-color: #F05A87;
}
.TagClassName
{
border-color: #F05A87;
}
</style>