Shades of Deep Pink #F00686
Tints of Deep Pink #F00686
RGB
CMYK
RGB Variations
Color information
#F00686 (or 0xF00686) is known color: Deep Pink. HEX triplet: F0, 06 and 86. RGB value is (240,6,134). Sum of RGB (Red+Green+Blue) = 240+6+134=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F00686 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00686 is #0FF979. Grayscale: #5A5A5A. Windows color (decimal): -1046906 or 8783600. OLE color: 8783600.
HSL color Cylindrical-coordinate representation of color #F00686: hue angle of 327.18º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00686 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 134 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.06 |
| HSL | 327.18º | 0.95% | 0.48% | - |
| HSV(B) | 327.18º | 0.98% | 0.94% | - |
| XYZ | 40.3 | 20.38 | 24.36 | - |
| YUV | 90.56 | 152.52 | 234.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 134 | 0 | 0.98 | 0.44 | 0.06 | 327.18 | 0.95 | 0.48 |
| Hex | F0 | 6 | 86 | 0 | 62 | 2C | 6 | 147 | 5F | 30 |
| Octal | 360 | 6 | 206 | 0 | 142 | 54 | 6 | 507 | 137 | 60 |
| Binary | 11110000 | 110 | 10000110 | 0 | 1100010 | 101100 | 110 | 101000111 | 1011111 | 110000 |
Color Harmonies of #F00686
Complementary color
Monochromatic Colors of #F00686
Black with #F00686
Text Example
Text Example
White with #F00686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00686; }
p { color: rgb(240,6,134); }
H1.HeaderClassName
{
color: #F00686;
}
.AnyTagClassName
{
color: #F00686;
}
</style>
background-color css
<style>
a { background-color: #F00686; }
a { background-color: rgb(240,6,134); }
div.DivClassName
{
background-color: #F00686;
}
.BgClassName
{
background-color: #F00686;
}
</style>
border-color css
<style>
span { border-color: #F00686; }
span { border-color: rgb(240,6,134); }
td.TdClassName
{
border-color: #F00686;
}
.TagClassName
{
border-color: #F00686;
}
</style>