Shades of Deep Pink #F81187
Tints of Deep Pink #F81187
RGB
CMYK
RGB Variations
Color information
#F81187 (or 0xF81187) is known color: Deep Pink. HEX triplet: F8, 11 and 87. RGB value is (248,17,135). Sum of RGB (Red+Green+Blue) = 248+17+135=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F81187 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81187 is #07EE78. Grayscale: #636363. Windows color (decimal): -519801 or 8851960. OLE color: 8851960.
HSL color Cylindrical-coordinate representation of color #F81187: hue angle of 329.35º 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 #F81187 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 135 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.03 |
| HSL | 329.35º | 0.94% | 0.52% | - |
| HSV(B) | 329.35º | 0.93% | 0.97% | - |
| XYZ | 43.29 | 22.11 | 24.91 | - |
| YUV | 99.52 | 148.03 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 135 | 0 | 0.93 | 0.46 | 0.03 | 329.35 | 0.94 | 0.52 |
| Hex | F8 | 11 | 87 | 0 | 5D | 2E | 3 | 149 | 5E | 34 |
| Octal | 370 | 21 | 207 | 0 | 135 | 56 | 3 | 511 | 136 | 64 |
| Binary | 11111000 | 10001 | 10000111 | 0 | 1011101 | 101110 | 11 | 101001001 | 1011110 | 110100 |
Color Harmonies of #F81187
Complementary color
Monochromatic Colors of #F81187
Black with #F81187
Text Example
Text Example
White with #F81187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81187; }
p { color: rgb(248,17,135); }
H1.HeaderClassName
{
color: #F81187;
}
.AnyTagClassName
{
color: #F81187;
}
</style>
background-color css
<style>
a { background-color: #F81187; }
a { background-color: rgb(248,17,135); }
div.DivClassName
{
background-color: #F81187;
}
.BgClassName
{
background-color: #F81187;
}
</style>
border-color css
<style>
span { border-color: #F81187; }
span { border-color: rgb(248,17,135); }
td.TdClassName
{
border-color: #F81187;
}
.TagClassName
{
border-color: #F81187;
}
</style>