Shades of Deep Pink #F00689
Tints of Deep Pink #F00689
RGB
CMYK
RGB Variations
Color information
#F00689 (or 0xF00689) is known color: Deep Pink. HEX triplet: F0, 06 and 89. RGB value is (240,6,137). Sum of RGB (Red+Green+Blue) = 240+6+137=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F00689 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00689 is #0FF976. Grayscale: #5A5A5A. Windows color (decimal): -1046903 or 8980208. OLE color: 8980208.
HSL color Cylindrical-coordinate representation of color #F00689: hue angle of 326.41º 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 #F00689 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 137 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.06 |
| HSL | 326.41º | 0.95% | 0.48% | - |
| HSV(B) | 326.41º | 0.98% | 0.94% | - |
| XYZ | 40.52 | 20.46 | 25.48 | - |
| YUV | 90.9 | 154.02 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 137 | 0 | 0.98 | 0.43 | 0.06 | 326.41 | 0.95 | 0.48 |
| Hex | F0 | 6 | 89 | 0 | 62 | 2B | 6 | 146 | 5F | 30 |
| Octal | 360 | 6 | 211 | 0 | 142 | 53 | 6 | 506 | 137 | 60 |
| Binary | 11110000 | 110 | 10001001 | 0 | 1100010 | 101011 | 110 | 101000110 | 1011111 | 110000 |
Color Harmonies of #F00689
Complementary color
Monochromatic Colors of #F00689
Black with #F00689
Text Example
Text Example
White with #F00689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00689; }
p { color: rgb(240,6,137); }
H1.HeaderClassName
{
color: #F00689;
}
.AnyTagClassName
{
color: #F00689;
}
</style>
background-color css
<style>
a { background-color: #F00689; }
a { background-color: rgb(240,6,137); }
div.DivClassName
{
background-color: #F00689;
}
.BgClassName
{
background-color: #F00689;
}
</style>
border-color css
<style>
span { border-color: #F00689; }
span { border-color: rgb(240,6,137); }
td.TdClassName
{
border-color: #F00689;
}
.TagClassName
{
border-color: #F00689;
}
</style>