Shades of Deep Pink #F81B8D
Tints of Deep Pink #F81B8D
RGB
CMYK
RGB Variations
Color information
#F81B8D (or 0xF81B8D) is known color: Deep Pink. HEX triplet: F8, 1B and 8D. RGB value is (248,27,141). Sum of RGB (Red+Green+Blue) = 248+27+141=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81B8D is #07E472. Grayscale: #696969. Windows color (decimal): -517235 or 9247736. OLE color: 9247736.
HSL color Cylindrical-coordinate representation of color #F81B8D: hue angle of 329.05º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81B8D is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 141 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.03 |
| HSL | 329.05º | 0.94% | 0.54% | - |
| HSV(B) | 329.05º | 0.89% | 0.97% | - |
| XYZ | 43.91 | 22.66 | 27.26 | - |
| YUV | 106.08 | 147.72 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 141 | 0 | 0.89 | 0.43 | 0.03 | 329.05 | 0.94 | 0.54 |
| Hex | F8 | 1B | 8D | 0 | 59 | 2B | 3 | 149 | 5E | 36 |
| Octal | 370 | 33 | 215 | 0 | 131 | 53 | 3 | 511 | 136 | 66 |
| Binary | 11111000 | 11011 | 10001101 | 0 | 1011001 | 101011 | 11 | 101001001 | 1011110 | 110110 |
Color Harmonies of #F81B8D
Complementary color
Monochromatic Colors of #F81B8D
Black with #F81B8D
Text Example
Text Example
White with #F81B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81B8D; }
p { color: rgb(248,27,141); }
H1.HeaderClassName
{
color: #F81B8D;
}
.AnyTagClassName
{
color: #F81B8D;
}
</style>
background-color css
<style>
a { background-color: #F81B8D; }
a { background-color: rgb(248,27,141); }
div.DivClassName
{
background-color: #F81B8D;
}
.BgClassName
{
background-color: #F81B8D;
}
</style>
border-color css
<style>
span { border-color: #F81B8D; }
span { border-color: rgb(248,27,141); }
td.TdClassName
{
border-color: #F81B8D;
}
.TagClassName
{
border-color: #F81B8D;
}
</style>