Shades of Dark Pink #F0608E
Tints of Dark Pink #F0608E
RGB
CMYK
RGB Variations
Color information
#F0608E (or 0xF0608E) is known color: Dark Pink. HEX triplet: F0, 60 and 8E. RGB value is (240,96,142). Sum of RGB (Red+Green+Blue) = 240+96+142=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0608E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0608E is #0F9F71. Grayscale: #909090. Windows color (decimal): -1023858 or 9330928. OLE color: 9330928.
HSL color Cylindrical-coordinate representation of color #F0608E: hue angle of 340.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0608E is Cyan = 0, Magento = 0.6, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 142 | - |
| CMYK | 0 | 0.6 | 0.41 | 0.06 |
| HSL | 340.83º | 0.83% | 0.66% | - |
| HSV(B) | 340.83º | 0.6% | 0.94% | - |
| XYZ | 45 | 28.84 | 28.79 | - |
| YUV | 144.3 | 126.71 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 142 | 0 | 0.6 | 0.41 | 0.06 | 340.83 | 0.83 | 0.66 |
| Hex | F0 | 60 | 8E | 0 | 3C | 29 | 6 | 155 | 53 | 42 |
| Octal | 360 | 140 | 216 | 0 | 74 | 51 | 6 | 525 | 123 | 102 |
| Binary | 11110000 | 1100000 | 10001110 | 0 | 111100 | 101001 | 110 | 101010101 | 1010011 | 1000010 |
Color Harmonies of #F0608E
Complementary color
Monochromatic Colors of #F0608E
Black with #F0608E
Text Example
Text Example
White with #F0608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0608E; }
p { color: rgb(240,96,142); }
H1.HeaderClassName
{
color: #F0608E;
}
.AnyTagClassName
{
color: #F0608E;
}
</style>
background-color css
<style>
a { background-color: #F0608E; }
a { background-color: rgb(240,96,142); }
div.DivClassName
{
background-color: #F0608E;
}
.BgClassName
{
background-color: #F0608E;
}
</style>
border-color css
<style>
span { border-color: #F0608E; }
span { border-color: rgb(240,96,142); }
td.TdClassName
{
border-color: #F0608E;
}
.TagClassName
{
border-color: #F0608E;
}
</style>