Shades of Dark Pink #F05080
Tints of Dark Pink #F05080
RGB
CMYK
RGB Variations
Color information
#F05080 (or 0xF05080) is known color: Dark Pink. HEX triplet: F0, 50 and 80. RGB value is (240,80,128). Sum of RGB (Red+Green+Blue) = 240+80+128=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F05080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05080 is #0FAF7F. Grayscale: #858585. Windows color (decimal): -1027968 or 8409328. OLE color: 8409328.
HSL color Cylindrical-coordinate representation of color #F05080: hue angle of 342º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F05080 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 128 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.06 |
| HSL | 342º | 0.84% | 0.63% | - |
| HSV(B) | 342º | 0.67% | 0.94% | - |
| XYZ | 42.7 | 25.82 | 23.16 | - |
| YUV | 133.31 | 125.01 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 128 | 0 | 0.67 | 0.47 | 0.06 | 342 | 0.84 | 0.63 |
| Hex | F0 | 50 | 80 | 0 | 43 | 2F | 6 | 156 | 54 | 3F |
| Octal | 360 | 120 | 200 | 0 | 103 | 57 | 6 | 526 | 124 | 77 |
| Binary | 11110000 | 1010000 | 10000000 | 0 | 1000011 | 101111 | 110 | 101010110 | 1010100 | 111111 |
Color Harmonies of #F05080
Complementary color
Monochromatic Colors of #F05080
Black with #F05080
Text Example
Text Example
White with #F05080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05080; }
p { color: rgb(240,80,128); }
H1.HeaderClassName
{
color: #F05080;
}
.AnyTagClassName
{
color: #F05080;
}
</style>
background-color css
<style>
a { background-color: #F05080; }
a { background-color: rgb(240,80,128); }
div.DivClassName
{
background-color: #F05080;
}
.BgClassName
{
background-color: #F05080;
}
</style>
border-color css
<style>
span { border-color: #F05080; }
span { border-color: rgb(240,80,128); }
td.TdClassName
{
border-color: #F05080;
}
.TagClassName
{
border-color: #F05080;
}
</style>