Shades of Deep Pink #F81291
Tints of Deep Pink #F81291
RGB
CMYK
RGB Variations
Color information
#F81291 (or 0xF81291) is known color: Deep Pink. HEX triplet: F8, 12 and 91. RGB value is (248,18,145). Sum of RGB (Red+Green+Blue) = 248+18+145=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F81291 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81291 is #07ED6E. Grayscale: #646464. Windows color (decimal): -519535 or 9507576. OLE color: 9507576.
HSL color Cylindrical-coordinate representation of color #F81291: hue angle of 326.87º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81291 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 145 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.03 |
| HSL | 326.87º | 0.94% | 0.52% | - |
| HSV(B) | 326.87º | 0.93% | 0.97% | - |
| XYZ | 44.04 | 22.43 | 28.8 | - |
| YUV | 101.25 | 152.7 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 145 | 0 | 0.93 | 0.42 | 0.03 | 326.87 | 0.94 | 0.52 |
| Hex | F8 | 12 | 91 | 0 | 5D | 2A | 3 | 147 | 5E | 34 |
| Octal | 370 | 22 | 221 | 0 | 135 | 52 | 3 | 507 | 136 | 64 |
| Binary | 11111000 | 10010 | 10010001 | 0 | 1011101 | 101010 | 11 | 101000111 | 1011110 | 110100 |
Color Harmonies of #F81291
Complementary color
Monochromatic Colors of #F81291
Black with #F81291
Text Example
Text Example
White with #F81291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81291; }
p { color: rgb(248,18,145); }
H1.HeaderClassName
{
color: #F81291;
}
.AnyTagClassName
{
color: #F81291;
}
</style>
background-color css
<style>
a { background-color: #F81291; }
a { background-color: rgb(248,18,145); }
div.DivClassName
{
background-color: #F81291;
}
.BgClassName
{
background-color: #F81291;
}
</style>
border-color css
<style>
span { border-color: #F81291; }
span { border-color: rgb(248,18,145); }
td.TdClassName
{
border-color: #F81291;
}
.TagClassName
{
border-color: #F81291;
}
</style>