Shades of Dark Pink #F05079
Tints of Dark Pink #F05079
RGB
CMYK
RGB Variations
Color information
#F05079 (or 0xF05079) is known color: Dark Pink. HEX triplet: F0, 50 and 79. RGB value is (240,80,121). Sum of RGB (Red+Green+Blue) = 240+80+121=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F05079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05079 is #0FAF86. Grayscale: #848484. Windows color (decimal): -1027975 or 7950576. OLE color: 7950576.
HSL color Cylindrical-coordinate representation of color #F05079: hue angle of 344.62º 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 #F05079 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 121 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.06 |
| HSL | 344.63º | 0.84% | 0.63% | - |
| HSV(B) | 344.63º | 0.67% | 0.94% | - |
| XYZ | 42.26 | 25.64 | 20.81 | - |
| YUV | 132.51 | 121.51 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 121 | 0 | 0.67 | 0.50 | 0.06 | 344.63 | 0.84 | 0.63 |
| Hex | F0 | 50 | 79 | 0 | 43 | 32 | 6 | 159 | 54 | 3F |
| Octal | 360 | 120 | 171 | 0 | 103 | 62 | 6 | 531 | 124 | 77 |
| Binary | 11110000 | 1010000 | 1111001 | 0 | 1000011 | 110010 | 110 | 101011001 | 1010100 | 111111 |
Color Harmonies of #F05079
Complementary color
Monochromatic Colors of #F05079
Black with #F05079
Text Example
Text Example
White with #F05079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05079; }
p { color: rgb(240,80,121); }
H1.HeaderClassName
{
color: #F05079;
}
.AnyTagClassName
{
color: #F05079;
}
</style>
background-color css
<style>
a { background-color: #F05079; }
a { background-color: rgb(240,80,121); }
div.DivClassName
{
background-color: #F05079;
}
.BgClassName
{
background-color: #F05079;
}
</style>
border-color css
<style>
span { border-color: #F05079; }
span { border-color: rgb(240,80,121); }
td.TdClassName
{
border-color: #F05079;
}
.TagClassName
{
border-color: #F05079;
}
</style>