Shades of Dark Pink #F0608F
Tints of Dark Pink #F0608F
RGB
CMYK
RGB Variations
Color information
#F0608F (or 0xF0608F) is known color: Dark Pink. HEX triplet: F0, 60 and 8F. RGB value is (240,96,143). Sum of RGB (Red+Green+Blue) = 240+96+143=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0608F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0608F is #0F9F70. Grayscale: #909090. Windows color (decimal): -1023857 or 9396464. OLE color: 9396464.
HSL color Cylindrical-coordinate representation of color #F0608F: hue angle of 340.42º 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 #F0608F is Cyan = 0, Magento = 0.6, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 143 | - |
| CMYK | 0 | 0.6 | 0.40 | 0.06 |
| HSL | 340.42º | 0.83% | 0.66% | - |
| HSV(B) | 340.42º | 0.6% | 0.94% | - |
| XYZ | 45.08 | 28.87 | 29.18 | - |
| YUV | 144.41 | 127.21 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 143 | 0 | 0.6 | 0.40 | 0.06 | 340.42 | 0.83 | 0.66 |
| Hex | F0 | 60 | 8F | 0 | 3C | 28 | 6 | 154 | 53 | 42 |
| Octal | 360 | 140 | 217 | 0 | 74 | 50 | 6 | 524 | 123 | 102 |
| Binary | 11110000 | 1100000 | 10001111 | 0 | 111100 | 101000 | 110 | 101010100 | 1010011 | 1000010 |
Color Harmonies of #F0608F
Complementary color
Monochromatic Colors of #F0608F
Black with #F0608F
Text Example
Text Example
White with #F0608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0608F; }
p { color: rgb(240,96,143); }
H1.HeaderClassName
{
color: #F0608F;
}
.AnyTagClassName
{
color: #F0608F;
}
</style>
background-color css
<style>
a { background-color: #F0608F; }
a { background-color: rgb(240,96,143); }
div.DivClassName
{
background-color: #F0608F;
}
.BgClassName
{
background-color: #F0608F;
}
</style>
border-color css
<style>
span { border-color: #F0608F; }
span { border-color: rgb(240,96,143); }
td.TdClassName
{
border-color: #F0608F;
}
.TagClassName
{
border-color: #F0608F;
}
</style>