Shades of Dark Pink #F0608D
Tints of Dark Pink #F0608D
RGB
CMYK
RGB Variations
Color information
#F0608D (or 0xF0608D) is known color: Dark Pink. HEX triplet: F0, 60 and 8D. RGB value is (240,96,141). Sum of RGB (Red+Green+Blue) = 240+96+141=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0608D is #0F9F72. Grayscale: #909090. Windows color (decimal): -1023859 or 9265392. OLE color: 9265392.
HSL color Cylindrical-coordinate representation of color #F0608D: hue angle of 341.25º 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 #F0608D is Cyan = 0, Magento = 0.6, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 141 | - |
| CMYK | 0 | 0.6 | 0.41 | 0.06 |
| HSL | 341.25º | 0.83% | 0.66% | - |
| HSV(B) | 341.25º | 0.6% | 0.94% | - |
| XYZ | 44.93 | 28.81 | 28.39 | - |
| YUV | 144.19 | 126.21 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 141 | 0 | 0.6 | 0.41 | 0.06 | 341.25 | 0.83 | 0.66 |
| Hex | F0 | 60 | 8D | 0 | 3C | 29 | 6 | 155 | 53 | 42 |
| Octal | 360 | 140 | 215 | 0 | 74 | 51 | 6 | 525 | 123 | 102 |
| Binary | 11110000 | 1100000 | 10001101 | 0 | 111100 | 101001 | 110 | 101010101 | 1010011 | 1000010 |
Color Harmonies of #F0608D
Complementary color
Monochromatic Colors of #F0608D
Black with #F0608D
Text Example
Text Example
White with #F0608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0608D; }
p { color: rgb(240,96,141); }
H1.HeaderClassName
{
color: #F0608D;
}
.AnyTagClassName
{
color: #F0608D;
}
</style>
background-color css
<style>
a { background-color: #F0608D; }
a { background-color: rgb(240,96,141); }
div.DivClassName
{
background-color: #F0608D;
}
.BgClassName
{
background-color: #F0608D;
}
</style>
border-color css
<style>
span { border-color: #F0608D; }
span { border-color: rgb(240,96,141); }
td.TdClassName
{
border-color: #F0608D;
}
.TagClassName
{
border-color: #F0608D;
}
</style>