Shades of Deep Pink #F81E8D
Tints of Deep Pink #F81E8D
RGB
CMYK
RGB Variations
Color information
#F81E8D (or 0xF81E8D) is known color: Deep Pink. HEX triplet: F8, 1E and 8D. RGB value is (248,30,141). Sum of RGB (Red+Green+Blue) = 248+30+141=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81E8D is #07E172. Grayscale: #6B6B6B. Windows color (decimal): -516467 or 9248504. OLE color: 9248504.
HSL color Cylindrical-coordinate representation of color #F81E8D: hue angle of 329.45º 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 #F81E8D is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 141 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.03 |
| HSL | 329.45º | 0.94% | 0.55% | - |
| HSV(B) | 329.45º | 0.88% | 0.97% | - |
| XYZ | 43.98 | 22.81 | 27.28 | - |
| YUV | 107.84 | 146.72 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 141 | 0 | 0.88 | 0.43 | 0.03 | 329.45 | 0.94 | 0.55 |
| Hex | F8 | 1E | 8D | 0 | 58 | 2B | 3 | 149 | 5E | 37 |
| Octal | 370 | 36 | 215 | 0 | 130 | 53 | 3 | 511 | 136 | 67 |
| Binary | 11111000 | 11110 | 10001101 | 0 | 1011000 | 101011 | 11 | 101001001 | 1011110 | 110111 |
Color Harmonies of #F81E8D
Complementary color
Monochromatic Colors of #F81E8D
Black with #F81E8D
Text Example
Text Example
White with #F81E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81E8D; }
p { color: rgb(248,30,141); }
H1.HeaderClassName
{
color: #F81E8D;
}
.AnyTagClassName
{
color: #F81E8D;
}
</style>
background-color css
<style>
a { background-color: #F81E8D; }
a { background-color: rgb(248,30,141); }
div.DivClassName
{
background-color: #F81E8D;
}
.BgClassName
{
background-color: #F81E8D;
}
</style>
border-color css
<style>
span { border-color: #F81E8D; }
span { border-color: rgb(248,30,141); }
td.TdClassName
{
border-color: #F81E8D;
}
.TagClassName
{
border-color: #F81E8D;
}
</style>