Shades of Dark Pink #F05282
Tints of Dark Pink #F05282
RGB
CMYK
RGB Variations
Color information
#F05282 (or 0xF05282) is known color: Dark Pink. HEX triplet: F0, 52 and 82. RGB value is (240,82,130). Sum of RGB (Red+Green+Blue) = 240+82+130=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F05282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05282 is #0FAD7D. Grayscale: #868686. Windows color (decimal): -1027454 or 8540912. OLE color: 8540912.
HSL color Cylindrical-coordinate representation of color #F05282: hue angle of 341.77º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F05282 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 130 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.06 |
| HSL | 341.77º | 0.84% | 0.63% | - |
| HSV(B) | 341.77º | 0.66% | 0.94% | - |
| XYZ | 42.98 | 26.17 | 23.91 | - |
| YUV | 134.71 | 125.35 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 130 | 0 | 0.66 | 0.46 | 0.06 | 341.77 | 0.84 | 0.63 |
| Hex | F0 | 52 | 82 | 0 | 42 | 2E | 6 | 156 | 54 | 3F |
| Octal | 360 | 122 | 202 | 0 | 102 | 56 | 6 | 526 | 124 | 77 |
| Binary | 11110000 | 1010010 | 10000010 | 0 | 1000010 | 101110 | 110 | 101010110 | 1010100 | 111111 |
Color Harmonies of #F05282
Complementary color
Monochromatic Colors of #F05282
Black with #F05282
Text Example
Text Example
White with #F05282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05282; }
p { color: rgb(240,82,130); }
H1.HeaderClassName
{
color: #F05282;
}
.AnyTagClassName
{
color: #F05282;
}
</style>
background-color css
<style>
a { background-color: #F05282; }
a { background-color: rgb(240,82,130); }
div.DivClassName
{
background-color: #F05282;
}
.BgClassName
{
background-color: #F05282;
}
</style>
border-color css
<style>
span { border-color: #F05282; }
span { border-color: rgb(240,82,130); }
td.TdClassName
{
border-color: #F05282;
}
.TagClassName
{
border-color: #F05282;
}
</style>