Shades of Dark Pink #F05980
Tints of Dark Pink #F05980
RGB
CMYK
RGB Variations
Color information
#F05980 (or 0xF05980) is known color: Dark Pink. HEX triplet: F0, 59 and 80. RGB value is (240,89,128). Sum of RGB (Red+Green+Blue) = 240+89+128=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F05980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05980 is #0FA67F. Grayscale: #8A8A8A. Windows color (decimal): -1025664 or 8411632. OLE color: 8411632.
HSL color Cylindrical-coordinate representation of color #F05980: hue angle of 344.5º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05980 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 128 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.06 |
| HSL | 344.5º | 0.83% | 0.65% | - |
| HSV(B) | 344.5º | 0.63% | 0.94% | - |
| XYZ | 43.4 | 27.23 | 23.39 | - |
| YUV | 138.6 | 122.03 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 128 | 0 | 0.63 | 0.47 | 0.06 | 344.5 | 0.83 | 0.65 |
| Hex | F0 | 59 | 80 | 0 | 3F | 2F | 6 | 159 | 53 | 41 |
| Octal | 360 | 131 | 200 | 0 | 77 | 57 | 6 | 531 | 123 | 101 |
| Binary | 11110000 | 1011001 | 10000000 | 0 | 111111 | 101111 | 110 | 101011001 | 1010011 | 1000001 |
Color Harmonies of #F05980
Complementary color
Monochromatic Colors of #F05980
Black with #F05980
Text Example
Text Example
White with #F05980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05980; }
p { color: rgb(240,89,128); }
H1.HeaderClassName
{
color: #F05980;
}
.AnyTagClassName
{
color: #F05980;
}
</style>
background-color css
<style>
a { background-color: #F05980; }
a { background-color: rgb(240,89,128); }
div.DivClassName
{
background-color: #F05980;
}
.BgClassName
{
background-color: #F05980;
}
</style>
border-color css
<style>
span { border-color: #F05980; }
span { border-color: rgb(240,89,128); }
td.TdClassName
{
border-color: #F05980;
}
.TagClassName
{
border-color: #F05980;
}
</style>