Shades of Deep Pink #F00688
Tints of Deep Pink #F00688
RGB
CMYK
RGB Variations
Color information
#F00688 (or 0xF00688) is known color: Deep Pink. HEX triplet: F0, 06 and 88. RGB value is (240,6,136). Sum of RGB (Red+Green+Blue) = 240+6+136=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F00688 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00688 is #0FF977. Grayscale: #5A5A5A. Windows color (decimal): -1046904 or 8914672. OLE color: 8914672.
HSL color Cylindrical-coordinate representation of color #F00688: hue angle of 326.67º 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 #F00688 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 136 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.06 |
| HSL | 326.67º | 0.95% | 0.48% | - |
| HSV(B) | 326.67º | 0.98% | 0.94% | - |
| XYZ | 40.44 | 20.43 | 25.1 | - |
| YUV | 90.79 | 153.52 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 136 | 0 | 0.98 | 0.43 | 0.06 | 326.67 | 0.95 | 0.48 |
| Hex | F0 | 6 | 88 | 0 | 62 | 2B | 6 | 147 | 5F | 30 |
| Octal | 360 | 6 | 210 | 0 | 142 | 53 | 6 | 507 | 137 | 60 |
| Binary | 11110000 | 110 | 10001000 | 0 | 1100010 | 101011 | 110 | 101000111 | 1011111 | 110000 |
Color Harmonies of #F00688
Complementary color
Monochromatic Colors of #F00688
Black with #F00688
Text Example
Text Example
White with #F00688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00688; }
p { color: rgb(240,6,136); }
H1.HeaderClassName
{
color: #F00688;
}
.AnyTagClassName
{
color: #F00688;
}
</style>
background-color css
<style>
a { background-color: #F00688; }
a { background-color: rgb(240,6,136); }
div.DivClassName
{
background-color: #F00688;
}
.BgClassName
{
background-color: #F00688;
}
</style>
border-color css
<style>
span { border-color: #F00688; }
span { border-color: rgb(240,6,136); }
td.TdClassName
{
border-color: #F00688;
}
.TagClassName
{
border-color: #F00688;
}
</style>