Shades of Dark Pink #F05982
Tints of Dark Pink #F05982
RGB
CMYK
RGB Variations
Color information
#F05982 (or 0xF05982) is known color: Dark Pink. HEX triplet: F0, 59 and 82. RGB value is (240,89,130). Sum of RGB (Red+Green+Blue) = 240+89+130=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F05982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05982 is #0FA67D. Grayscale: #8A8A8A. Windows color (decimal): -1025662 or 8542704. OLE color: 8542704.
HSL color Cylindrical-coordinate representation of color #F05982: hue angle of 343.71º 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 #F05982 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 130 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.06 |
| HSL | 343.71º | 0.83% | 0.65% | - |
| HSV(B) | 343.71º | 0.63% | 0.94% | - |
| XYZ | 43.54 | 27.28 | 24.09 | - |
| YUV | 138.82 | 123.03 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 130 | 0 | 0.63 | 0.46 | 0.06 | 343.71 | 0.83 | 0.65 |
| Hex | F0 | 59 | 82 | 0 | 3F | 2E | 6 | 158 | 53 | 41 |
| Octal | 360 | 131 | 202 | 0 | 77 | 56 | 6 | 530 | 123 | 101 |
| Binary | 11110000 | 1011001 | 10000010 | 0 | 111111 | 101110 | 110 | 101011000 | 1010011 | 1000001 |
Color Harmonies of #F05982
Complementary color
Monochromatic Colors of #F05982
Black with #F05982
Text Example
Text Example
White with #F05982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05982; }
p { color: rgb(240,89,130); }
H1.HeaderClassName
{
color: #F05982;
}
.AnyTagClassName
{
color: #F05982;
}
</style>
background-color css
<style>
a { background-color: #F05982; }
a { background-color: rgb(240,89,130); }
div.DivClassName
{
background-color: #F05982;
}
.BgClassName
{
background-color: #F05982;
}
</style>
border-color css
<style>
span { border-color: #F05982; }
span { border-color: rgb(240,89,130); }
td.TdClassName
{
border-color: #F05982;
}
.TagClassName
{
border-color: #F05982;
}
</style>