Shades of Deep Pink #F81891
Tints of Deep Pink #F81891
RGB
CMYK
RGB Variations
Color information
#F81891 (or 0xF81891) is known color: Deep Pink. HEX triplet: F8, 18 and 91. RGB value is (248,24,145). Sum of RGB (Red+Green+Blue) = 248+24+145=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F81891 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81891 is #07E76E. Grayscale: #686868. Windows color (decimal): -517999 or 9509112. OLE color: 9509112.
HSL color Cylindrical-coordinate representation of color #F81891: hue angle of 327.59º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81891 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 145 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.03 |
| HSL | 327.59º | 0.94% | 0.53% | - |
| HSV(B) | 327.59º | 0.9% | 0.97% | - |
| XYZ | 44.15 | 22.65 | 28.83 | - |
| YUV | 104.77 | 150.71 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 145 | 0 | 0.90 | 0.42 | 0.03 | 327.59 | 0.94 | 0.53 |
| Hex | F8 | 18 | 91 | 0 | 5A | 2A | 3 | 148 | 5E | 35 |
| Octal | 370 | 30 | 221 | 0 | 132 | 52 | 3 | 510 | 136 | 65 |
| Binary | 11111000 | 11000 | 10010001 | 0 | 1011010 | 101010 | 11 | 101001000 | 1011110 | 110101 |
Color Harmonies of #F81891
Complementary color
Monochromatic Colors of #F81891
Black with #F81891
Text Example
Text Example
White with #F81891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81891; }
p { color: rgb(248,24,145); }
H1.HeaderClassName
{
color: #F81891;
}
.AnyTagClassName
{
color: #F81891;
}
</style>
background-color css
<style>
a { background-color: #F81891; }
a { background-color: rgb(248,24,145); }
div.DivClassName
{
background-color: #F81891;
}
.BgClassName
{
background-color: #F81891;
}
</style>
border-color css
<style>
span { border-color: #F81891; }
span { border-color: rgb(248,24,145); }
td.TdClassName
{
border-color: #F81891;
}
.TagClassName
{
border-color: #F81891;
}
</style>