Shades of Deep Pink #F81089
Tints of Deep Pink #F81089
RGB
CMYK
RGB Variations
Color information
#F81089 (or 0xF81089) is known color: Deep Pink. HEX triplet: F8, 10 and 89. RGB value is (248,16,137). Sum of RGB (Red+Green+Blue) = 248+16+137=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F81089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81089 is #07EF76. Grayscale: #626262. Windows color (decimal): -520055 or 8982776. OLE color: 8982776.
HSL color Cylindrical-coordinate representation of color #F81089: hue angle of 328.71º 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 #F81089 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 137 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.03 |
| HSL | 328.71º | 0.94% | 0.52% | - |
| HSV(B) | 328.71º | 0.94% | 0.97% | - |
| XYZ | 43.41 | 22.13 | 25.65 | - |
| YUV | 99.16 | 149.36 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 137 | 0 | 0.94 | 0.45 | 0.03 | 328.71 | 0.94 | 0.52 |
| Hex | F8 | 10 | 89 | 0 | 5E | 2D | 3 | 149 | 5E | 34 |
| Octal | 370 | 20 | 211 | 0 | 136 | 55 | 3 | 511 | 136 | 64 |
| Binary | 11111000 | 10000 | 10001001 | 0 | 1011110 | 101101 | 11 | 101001001 | 1011110 | 110100 |
Color Harmonies of #F81089
Complementary color
Monochromatic Colors of #F81089
Black with #F81089
Text Example
Text Example
White with #F81089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81089; }
p { color: rgb(248,16,137); }
H1.HeaderClassName
{
color: #F81089;
}
.AnyTagClassName
{
color: #F81089;
}
</style>
background-color css
<style>
a { background-color: #F81089; }
a { background-color: rgb(248,16,137); }
div.DivClassName
{
background-color: #F81089;
}
.BgClassName
{
background-color: #F81089;
}
</style>
border-color css
<style>
span { border-color: #F81089; }
span { border-color: rgb(248,16,137); }
td.TdClassName
{
border-color: #F81089;
}
.TagClassName
{
border-color: #F81089;
}
</style>