Shades of Dark Pink #F05685
Tints of Dark Pink #F05685
RGB
CMYK
RGB Variations
Color information
#F05685 (or 0xF05685) is known color: Dark Pink. HEX triplet: F0, 56 and 85. RGB value is (240,86,133). Sum of RGB (Red+Green+Blue) = 240+86+133=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F05685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05685 is #0FA97A. Grayscale: #898989. Windows color (decimal): -1026427 or 8738544. OLE color: 8738544.
HSL color Cylindrical-coordinate representation of color #F05685: hue angle of 341.69º 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 #F05685 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 133 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.06 |
| HSL | 341.69º | 0.84% | 0.64% | - |
| HSV(B) | 341.69º | 0.64% | 0.94% | - |
| XYZ | 43.5 | 26.87 | 25.09 | - |
| YUV | 137.4 | 125.52 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 133 | 0 | 0.64 | 0.45 | 0.06 | 341.69 | 0.84 | 0.64 |
| Hex | F0 | 56 | 85 | 0 | 40 | 2D | 6 | 156 | 54 | 40 |
| Octal | 360 | 126 | 205 | 0 | 100 | 55 | 6 | 526 | 124 | 100 |
| Binary | 11110000 | 1010110 | 10000101 | 0 | 1000000 | 101101 | 110 | 101010110 | 1010100 | 1000000 |
Color Harmonies of #F05685
Complementary color
Monochromatic Colors of #F05685
Black with #F05685
Text Example
Text Example
White with #F05685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05685; }
p { color: rgb(240,86,133); }
H1.HeaderClassName
{
color: #F05685;
}
.AnyTagClassName
{
color: #F05685;
}
</style>
background-color css
<style>
a { background-color: #F05685; }
a { background-color: rgb(240,86,133); }
div.DivClassName
{
background-color: #F05685;
}
.BgClassName
{
background-color: #F05685;
}
</style>
border-color css
<style>
span { border-color: #F05685; }
span { border-color: rgb(240,86,133); }
td.TdClassName
{
border-color: #F05685;
}
.TagClassName
{
border-color: #F05685;
}
</style>