Shades of Deep Pink #F81185
Tints of Deep Pink #F81185
RGB
CMYK
RGB Variations
Color information
#F81185 (or 0xF81185) is known color: Deep Pink. HEX triplet: F8, 11 and 85. RGB value is (248,17,133). Sum of RGB (Red+Green+Blue) = 248+17+133=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F81185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81185 is #07EE7A. Grayscale: #636363. Windows color (decimal): -519803 or 8720888. OLE color: 8720888.
HSL color Cylindrical-coordinate representation of color #F81185: hue angle of 329.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 #F81185 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 133 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.03 |
| HSL | 329.87º | 0.94% | 0.52% | - |
| HSV(B) | 329.87º | 0.93% | 0.97% | - |
| XYZ | 43.15 | 22.05 | 24.17 | - |
| YUV | 99.29 | 147.03 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 133 | 0 | 0.93 | 0.46 | 0.03 | 329.87 | 0.94 | 0.52 |
| Hex | F8 | 11 | 85 | 0 | 5D | 2E | 3 | 14A | 5E | 34 |
| Octal | 370 | 21 | 205 | 0 | 135 | 56 | 3 | 512 | 136 | 64 |
| Binary | 11111000 | 10001 | 10000101 | 0 | 1011101 | 101110 | 11 | 101001010 | 1011110 | 110100 |
Color Harmonies of #F81185
Complementary color
Monochromatic Colors of #F81185
Black with #F81185
Text Example
Text Example
White with #F81185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81185; }
p { color: rgb(248,17,133); }
H1.HeaderClassName
{
color: #F81185;
}
.AnyTagClassName
{
color: #F81185;
}
</style>
background-color css
<style>
a { background-color: #F81185; }
a { background-color: rgb(248,17,133); }
div.DivClassName
{
background-color: #F81185;
}
.BgClassName
{
background-color: #F81185;
}
</style>
border-color css
<style>
span { border-color: #F81185; }
span { border-color: rgb(248,17,133); }
td.TdClassName
{
border-color: #F81185;
}
.TagClassName
{
border-color: #F81185;
}
</style>