Shades of Deep Pink #F81E91
Tints of Deep Pink #F81E91
RGB
CMYK
RGB Variations
Color information
#F81E91 (or 0xF81E91) is known color: Deep Pink. HEX triplet: F8, 1E and 91. RGB value is (248,30,145). Sum of RGB (Red+Green+Blue) = 248+30+145=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81E91 is #07E16E. Grayscale: #6C6C6C. Windows color (decimal): -516463 or 9510648. OLE color: 9510648.
HSL color Cylindrical-coordinate representation of color #F81E91: hue angle of 328.35º 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 #F81E91 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 145 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.03 |
| HSL | 328.35º | 0.94% | 0.55% | - |
| HSV(B) | 328.35º | 0.88% | 0.97% | - |
| XYZ | 44.29 | 22.93 | 28.88 | - |
| YUV | 108.29 | 148.72 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 145 | 0 | 0.88 | 0.42 | 0.03 | 328.35 | 0.94 | 0.55 |
| Hex | F8 | 1E | 91 | 0 | 58 | 2A | 3 | 148 | 5E | 37 |
| Octal | 370 | 36 | 221 | 0 | 130 | 52 | 3 | 510 | 136 | 67 |
| Binary | 11111000 | 11110 | 10010001 | 0 | 1011000 | 101010 | 11 | 101001000 | 1011110 | 110111 |
Color Harmonies of #F81E91
Complementary color
Monochromatic Colors of #F81E91
Black with #F81E91
Text Example
Text Example
White with #F81E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81E91; }
p { color: rgb(248,30,145); }
H1.HeaderClassName
{
color: #F81E91;
}
.AnyTagClassName
{
color: #F81E91;
}
</style>
background-color css
<style>
a { background-color: #F81E91; }
a { background-color: rgb(248,30,145); }
div.DivClassName
{
background-color: #F81E91;
}
.BgClassName
{
background-color: #F81E91;
}
</style>
border-color css
<style>
span { border-color: #F81E91; }
span { border-color: rgb(248,30,145); }
td.TdClassName
{
border-color: #F81E91;
}
.TagClassName
{
border-color: #F81E91;
}
</style>