Shades of Deep Pink #F81B89
Tints of Deep Pink #F81B89
RGB
CMYK
RGB Variations
Color information
#F81B89 (or 0xF81B89) is known color: Deep Pink. HEX triplet: F8, 1B and 89. RGB value is (248,27,137). Sum of RGB (Red+Green+Blue) = 248+27+137=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81B89 is #07E476. Grayscale: #696969. Windows color (decimal): -517239 or 8985592. OLE color: 8985592.
HSL color Cylindrical-coordinate representation of color #F81B89: hue angle of 330.14º 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 #F81B89 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 137 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.03 |
| HSL | 330.14º | 0.94% | 0.54% | - |
| HSV(B) | 330.14º | 0.89% | 0.97% | - |
| XYZ | 43.62 | 22.55 | 25.72 | - |
| YUV | 105.62 | 145.72 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 137 | 0 | 0.89 | 0.45 | 0.03 | 330.14 | 0.94 | 0.54 |
| Hex | F8 | 1B | 89 | 0 | 59 | 2D | 3 | 14A | 5E | 36 |
| Octal | 370 | 33 | 211 | 0 | 131 | 55 | 3 | 512 | 136 | 66 |
| Binary | 11111000 | 11011 | 10001001 | 0 | 1011001 | 101101 | 11 | 101001010 | 1011110 | 110110 |
Color Harmonies of #F81B89
Complementary color
Monochromatic Colors of #F81B89
Black with #F81B89
Text Example
Text Example
White with #F81B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81B89; }
p { color: rgb(248,27,137); }
H1.HeaderClassName
{
color: #F81B89;
}
.AnyTagClassName
{
color: #F81B89;
}
</style>
background-color css
<style>
a { background-color: #F81B89; }
a { background-color: rgb(248,27,137); }
div.DivClassName
{
background-color: #F81B89;
}
.BgClassName
{
background-color: #F81B89;
}
</style>
border-color css
<style>
span { border-color: #F81B89; }
span { border-color: rgb(248,27,137); }
td.TdClassName
{
border-color: #F81B89;
}
.TagClassName
{
border-color: #F81B89;
}
</style>