Shades of Deep Pink #F80689
Tints of Deep Pink #F80689
RGB
CMYK
RGB Variations
Color information
#F80689 (or 0xF80689) is known color: Deep Pink. HEX triplet: F8, 06 and 89. RGB value is (248,6,137). Sum of RGB (Red+Green+Blue) = 248+6+137=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F80689 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80689 is #07F976. Grayscale: #5D5D5D. Windows color (decimal): -522615 or 8980216. OLE color: 8980216.
HSL color Cylindrical-coordinate representation of color #F80689: hue angle of 327.52º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80689 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 137 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.03 |
| HSL | 327.52º | 0.95% | 0.5% | - |
| HSV(B) | 327.52º | 0.98% | 0.97% | - |
| XYZ | 43.29 | 21.89 | 25.61 | - |
| YUV | 93.29 | 152.67 | 238.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 137 | 0 | 0.98 | 0.45 | 0.03 | 327.52 | 0.95 | 0.5 |
| Hex | F8 | 6 | 89 | 0 | 62 | 2D | 3 | 148 | 5F | 32 |
| Octal | 370 | 6 | 211 | 0 | 142 | 55 | 3 | 510 | 137 | 62 |
| Binary | 11111000 | 110 | 10001001 | 0 | 1100010 | 101101 | 11 | 101001000 | 1011111 | 110010 |
Color Harmonies of #F80689
Complementary color
Monochromatic Colors of #F80689
Black with #F80689
Text Example
Text Example
White with #F80689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80689; }
p { color: rgb(248,6,137); }
H1.HeaderClassName
{
color: #F80689;
}
.AnyTagClassName
{
color: #F80689;
}
</style>
background-color css
<style>
a { background-color: #F80689; }
a { background-color: rgb(248,6,137); }
div.DivClassName
{
background-color: #F80689;
}
.BgClassName
{
background-color: #F80689;
}
</style>
border-color css
<style>
span { border-color: #F80689; }
span { border-color: rgb(248,6,137); }
td.TdClassName
{
border-color: #F80689;
}
.TagClassName
{
border-color: #F80689;
}
</style>