Shades of Deep Pink #F80F89
Tints of Deep Pink #F80F89
RGB
CMYK
RGB Variations
Color information
#F80F89 (or 0xF80F89) is known color: Deep Pink. HEX triplet: F8, 0F and 89. RGB value is (248,15,137). Sum of RGB (Red+Green+Blue) = 248+15+137=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F80F89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80F89 is #07F076. Grayscale: #626262. Windows color (decimal): -520311 or 8982520. OLE color: 8982520.
HSL color Cylindrical-coordinate representation of color #F80F89: hue angle of 328.58º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80F89 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 137 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.03 |
| HSL | 328.58º | 0.94% | 0.52% | - |
| HSV(B) | 328.58º | 0.94% | 0.97% | - |
| XYZ | 43.4 | 22.1 | 25.65 | - |
| YUV | 98.58 | 149.69 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 137 | 0 | 0.94 | 0.45 | 0.03 | 328.58 | 0.94 | 0.52 |
| Hex | F8 | F | 89 | 0 | 5E | 2D | 3 | 149 | 5E | 34 |
| Octal | 370 | 17 | 211 | 0 | 136 | 55 | 3 | 511 | 136 | 64 |
| Binary | 11111000 | 1111 | 10001001 | 0 | 1011110 | 101101 | 11 | 101001001 | 1011110 | 110100 |
Color Harmonies of #F80F89
Complementary color
Monochromatic Colors of #F80F89
Black with #F80F89
Text Example
Text Example
White with #F80F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80F89; }
p { color: rgb(248,15,137); }
H1.HeaderClassName
{
color: #F80F89;
}
.AnyTagClassName
{
color: #F80F89;
}
</style>
background-color css
<style>
a { background-color: #F80F89; }
a { background-color: rgb(248,15,137); }
div.DivClassName
{
background-color: #F80F89;
}
.BgClassName
{
background-color: #F80F89;
}
</style>
border-color css
<style>
span { border-color: #F80F89; }
span { border-color: rgb(248,15,137); }
td.TdClassName
{
border-color: #F80F89;
}
.TagClassName
{
border-color: #F80F89;
}
</style>