Shades of Deep Pink #F81B9D
Tints of Deep Pink #F81B9D
RGB
CMYK
RGB Variations
Color information
#F81B9D (or 0xF81B9D) is known color: Deep Pink. HEX triplet: F8, 1B and 9D. RGB value is (248,27,157). Sum of RGB (Red+Green+Blue) = 248+27+157=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81B9D is #07E462. Grayscale: #6B6B6B. Windows color (decimal): -517219 or 10296312. OLE color: 10296312.
HSL color Cylindrical-coordinate representation of color #F81B9D: hue angle of 324.71º 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 #F81B9D is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 157 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.03 |
| HSL | 324.71º | 0.94% | 0.54% | - |
| HSV(B) | 324.71º | 0.89% | 0.97% | - |
| XYZ | 45.19 | 23.17 | 33.99 | - |
| YUV | 107.9 | 155.72 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 157 | 0 | 0.89 | 0.37 | 0.03 | 324.71 | 0.94 | 0.54 |
| Hex | F8 | 1B | 9D | 0 | 59 | 25 | 3 | 145 | 5E | 36 |
| Octal | 370 | 33 | 235 | 0 | 131 | 45 | 3 | 505 | 136 | 66 |
| Binary | 11111000 | 11011 | 10011101 | 0 | 1011001 | 100101 | 11 | 101000101 | 1011110 | 110110 |
Color Harmonies of #F81B9D
Complementary color
Monochromatic Colors of #F81B9D
Black with #F81B9D
Text Example
Text Example
White with #F81B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81B9D; }
p { color: rgb(248,27,157); }
H1.HeaderClassName
{
color: #F81B9D;
}
.AnyTagClassName
{
color: #F81B9D;
}
</style>
background-color css
<style>
a { background-color: #F81B9D; }
a { background-color: rgb(248,27,157); }
div.DivClassName
{
background-color: #F81B9D;
}
.BgClassName
{
background-color: #F81B9D;
}
</style>
border-color css
<style>
span { border-color: #F81B9D; }
span { border-color: rgb(248,27,157); }
td.TdClassName
{
border-color: #F81B9D;
}
.TagClassName
{
border-color: #F81B9D;
}
</style>