Shades of Deep Pink #F81F89
Tints of Deep Pink #F81F89
RGB
CMYK
RGB Variations
Color information
#F81F89 (or 0xF81F89) is known color: Deep Pink. HEX triplet: F8, 1F and 89. RGB value is (248,31,137). Sum of RGB (Red+Green+Blue) = 248+31+137=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81F89 is #07E076. Grayscale: #6B6B6B. Windows color (decimal): -516215 or 8986616. OLE color: 8986616.
HSL color Cylindrical-coordinate representation of color #F81F89: hue angle of 330.69º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81F89 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 137 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.03 |
| HSL | 330.69º | 0.94% | 0.55% | - |
| HSV(B) | 330.69º | 0.88% | 0.97% | - |
| XYZ | 43.72 | 22.74 | 25.75 | - |
| YUV | 107.97 | 144.39 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 137 | 0 | 0.88 | 0.45 | 0.03 | 330.69 | 0.94 | 0.55 |
| Hex | F8 | 1F | 89 | 0 | 58 | 2D | 3 | 14B | 5E | 37 |
| Octal | 370 | 37 | 211 | 0 | 130 | 55 | 3 | 513 | 136 | 67 |
| Binary | 11111000 | 11111 | 10001001 | 0 | 1011000 | 101101 | 11 | 101001011 | 1011110 | 110111 |
Color Harmonies of #F81F89
Complementary color
Monochromatic Colors of #F81F89
Black with #F81F89
Text Example
Text Example
White with #F81F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81F89; }
p { color: rgb(248,31,137); }
H1.HeaderClassName
{
color: #F81F89;
}
.AnyTagClassName
{
color: #F81F89;
}
</style>
background-color css
<style>
a { background-color: #F81F89; }
a { background-color: rgb(248,31,137); }
div.DivClassName
{
background-color: #F81F89;
}
.BgClassName
{
background-color: #F81F89;
}
</style>
border-color css
<style>
span { border-color: #F81F89; }
span { border-color: rgb(248,31,137); }
td.TdClassName
{
border-color: #F81F89;
}
.TagClassName
{
border-color: #F81F89;
}
</style>