Shades of Dark Pink #F05779
Tints of Dark Pink #F05779
RGB
CMYK
RGB Variations
Color information
#F05779 (or 0xF05779) is known color: Dark Pink. HEX triplet: F0, 57 and 79. RGB value is (240,87,121). Sum of RGB (Red+Green+Blue) = 240+87+121=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F05779 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05779 is #0FA886. Grayscale: #888888. Windows color (decimal): -1026183 or 7952368. OLE color: 7952368.
HSL color Cylindrical-coordinate representation of color #F05779: hue angle of 346.67º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F05779 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 121 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.06 |
| HSL | 346.67º | 0.84% | 0.64% | - |
| HSV(B) | 346.67º | 0.64% | 0.94% | - |
| XYZ | 42.79 | 26.72 | 20.99 | - |
| YUV | 136.62 | 119.19 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 121 | 0 | 0.64 | 0.50 | 0.06 | 346.67 | 0.84 | 0.64 |
| Hex | F0 | 57 | 79 | 0 | 40 | 32 | 6 | 15B | 54 | 40 |
| Octal | 360 | 127 | 171 | 0 | 100 | 62 | 6 | 533 | 124 | 100 |
| Binary | 11110000 | 1010111 | 1111001 | 0 | 1000000 | 110010 | 110 | 101011011 | 1010100 | 1000000 |
Color Harmonies of #F05779
Complementary color
Monochromatic Colors of #F05779
Black with #F05779
Text Example
Text Example
White with #F05779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05779; }
p { color: rgb(240,87,121); }
H1.HeaderClassName
{
color: #F05779;
}
.AnyTagClassName
{
color: #F05779;
}
</style>
background-color css
<style>
a { background-color: #F05779; }
a { background-color: rgb(240,87,121); }
div.DivClassName
{
background-color: #F05779;
}
.BgClassName
{
background-color: #F05779;
}
</style>
border-color css
<style>
span { border-color: #F05779; }
span { border-color: rgb(240,87,121); }
td.TdClassName
{
border-color: #F05779;
}
.TagClassName
{
border-color: #F05779;
}
</style>