Shades of Dark Pink #F05487
Tints of Dark Pink #F05487
RGB
CMYK
RGB Variations
Color information
#F05487 (or 0xF05487) is known color: Dark Pink. HEX triplet: F0, 54 and 87. RGB value is (240,84,135). Sum of RGB (Red+Green+Blue) = 240+84+135=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F05487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05487 is #0FAB78. Grayscale: #888888. Windows color (decimal): -1026937 or 8869104. OLE color: 8869104.
HSL color Cylindrical-coordinate representation of color #F05487: hue angle of 340.38º 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 #F05487 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 135 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.06 |
| HSL | 340.38º | 0.84% | 0.64% | - |
| HSV(B) | 340.38º | 0.65% | 0.94% | - |
| XYZ | 43.48 | 26.62 | 25.77 | - |
| YUV | 136.46 | 127.18 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 135 | 0 | 0.65 | 0.44 | 0.06 | 340.38 | 0.84 | 0.64 |
| Hex | F0 | 54 | 87 | 0 | 41 | 2C | 6 | 154 | 54 | 40 |
| Octal | 360 | 124 | 207 | 0 | 101 | 54 | 6 | 524 | 124 | 100 |
| Binary | 11110000 | 1010100 | 10000111 | 0 | 1000001 | 101100 | 110 | 101010100 | 1010100 | 1000000 |
Color Harmonies of #F05487
Complementary color
Monochromatic Colors of #F05487
Black with #F05487
Text Example
Text Example
White with #F05487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05487; }
p { color: rgb(240,84,135); }
H1.HeaderClassName
{
color: #F05487;
}
.AnyTagClassName
{
color: #F05487;
}
</style>
background-color css
<style>
a { background-color: #F05487; }
a { background-color: rgb(240,84,135); }
div.DivClassName
{
background-color: #F05487;
}
.BgClassName
{
background-color: #F05487;
}
</style>
border-color css
<style>
span { border-color: #F05487; }
span { border-color: rgb(240,84,135); }
td.TdClassName
{
border-color: #F05487;
}
.TagClassName
{
border-color: #F05487;
}
</style>