Shades of Deep Pink #F81191
Tints of Deep Pink #F81191
RGB
CMYK
RGB Variations
Color information
#F81191 (or 0xF81191) is known color: Deep Pink. HEX triplet: F8, 11 and 91. RGB value is (248,17,145). Sum of RGB (Red+Green+Blue) = 248+17+145=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F81191 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81191 is #07EE6E. Grayscale: #646464. Windows color (decimal): -519791 or 9507320. OLE color: 9507320.
HSL color Cylindrical-coordinate representation of color #F81191: hue angle of 326.75º 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 #F81191 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 145 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.03 |
| HSL | 326.75º | 0.94% | 0.52% | - |
| HSV(B) | 326.75º | 0.93% | 0.97% | - |
| XYZ | 44.02 | 22.4 | 28.79 | - |
| YUV | 100.66 | 153.03 | 233.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 145 | 0 | 0.93 | 0.42 | 0.03 | 326.75 | 0.94 | 0.52 |
| Hex | F8 | 11 | 91 | 0 | 5D | 2A | 3 | 147 | 5E | 34 |
| Octal | 370 | 21 | 221 | 0 | 135 | 52 | 3 | 507 | 136 | 64 |
| Binary | 11111000 | 10001 | 10010001 | 0 | 1011101 | 101010 | 11 | 101000111 | 1011110 | 110100 |
Color Harmonies of #F81191
Complementary color
Monochromatic Colors of #F81191
Black with #F81191
Text Example
Text Example
White with #F81191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81191; }
p { color: rgb(248,17,145); }
H1.HeaderClassName
{
color: #F81191;
}
.AnyTagClassName
{
color: #F81191;
}
</style>
background-color css
<style>
a { background-color: #F81191; }
a { background-color: rgb(248,17,145); }
div.DivClassName
{
background-color: #F81191;
}
.BgClassName
{
background-color: #F81191;
}
</style>
border-color css
<style>
span { border-color: #F81191; }
span { border-color: rgb(248,17,145); }
td.TdClassName
{
border-color: #F81191;
}
.TagClassName
{
border-color: #F81191;
}
</style>