Shades of Deep Pink #F81B8C
Tints of Deep Pink #F81B8C
RGB
CMYK
RGB Variations
Color information
#F81B8C (or 0xF81B8C) is known color: Deep Pink. HEX triplet: F8, 1B and 8C. RGB value is (248,27,140). Sum of RGB (Red+Green+Blue) = 248+27+140=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81B8C is #07E473. Grayscale: #696969. Windows color (decimal): -517236 or 9182200. OLE color: 9182200.
HSL color Cylindrical-coordinate representation of color #F81B8C: hue angle of 329.32º 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 #F81B8C is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 140 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.03 |
| HSL | 329.32º | 0.94% | 0.54% | - |
| HSV(B) | 329.32º | 0.89% | 0.97% | - |
| XYZ | 43.84 | 22.63 | 26.87 | - |
| YUV | 105.96 | 147.22 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 140 | 0 | 0.89 | 0.44 | 0.03 | 329.32 | 0.94 | 0.54 |
| Hex | F8 | 1B | 8C | 0 | 59 | 2C | 3 | 149 | 5E | 36 |
| Octal | 370 | 33 | 214 | 0 | 131 | 54 | 3 | 511 | 136 | 66 |
| Binary | 11111000 | 11011 | 10001100 | 0 | 1011001 | 101100 | 11 | 101001001 | 1011110 | 110110 |
Color Harmonies of #F81B8C
Complementary color
Monochromatic Colors of #F81B8C
Black with #F81B8C
Text Example
Text Example
White with #F81B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81B8C; }
p { color: rgb(248,27,140); }
H1.HeaderClassName
{
color: #F81B8C;
}
.AnyTagClassName
{
color: #F81B8C;
}
</style>
background-color css
<style>
a { background-color: #F81B8C; }
a { background-color: rgb(248,27,140); }
div.DivClassName
{
background-color: #F81B8C;
}
.BgClassName
{
background-color: #F81B8C;
}
</style>
border-color css
<style>
span { border-color: #F81B8C; }
span { border-color: rgb(248,27,140); }
td.TdClassName
{
border-color: #F81B8C;
}
.TagClassName
{
border-color: #F81B8C;
}
</style>