Shades of Deep Pink #F81587
Tints of Deep Pink #F81587
RGB
CMYK
RGB Variations
Color information
#F81587 (or 0xF81587) is known color: Deep Pink. HEX triplet: F8, 15 and 87. RGB value is (248,21,135). Sum of RGB (Red+Green+Blue) = 248+21+135=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F81587 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81587 is #07EA78. Grayscale: #656565. Windows color (decimal): -518777 or 8852984. OLE color: 8852984.
HSL color Cylindrical-coordinate representation of color #F81587: hue angle of 329.87º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81587 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 135 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.03 |
| HSL | 329.87º | 0.94% | 0.53% | - |
| HSV(B) | 329.87º | 0.92% | 0.97% | - |
| XYZ | 43.35 | 22.24 | 24.93 | - |
| YUV | 101.87 | 146.71 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 135 | 0 | 0.92 | 0.46 | 0.03 | 329.87 | 0.94 | 0.53 |
| Hex | F8 | 15 | 87 | 0 | 5C | 2E | 3 | 14A | 5E | 35 |
| Octal | 370 | 25 | 207 | 0 | 134 | 56 | 3 | 512 | 136 | 65 |
| Binary | 11111000 | 10101 | 10000111 | 0 | 1011100 | 101110 | 11 | 101001010 | 1011110 | 110101 |
Color Harmonies of #F81587
Complementary color
Monochromatic Colors of #F81587
Black with #F81587
Text Example
Text Example
White with #F81587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81587; }
p { color: rgb(248,21,135); }
H1.HeaderClassName
{
color: #F81587;
}
.AnyTagClassName
{
color: #F81587;
}
</style>
background-color css
<style>
a { background-color: #F81587; }
a { background-color: rgb(248,21,135); }
div.DivClassName
{
background-color: #F81587;
}
.BgClassName
{
background-color: #F81587;
}
</style>
border-color css
<style>
span { border-color: #F81587; }
span { border-color: rgb(248,21,135); }
td.TdClassName
{
border-color: #F81587;
}
.TagClassName
{
border-color: #F81587;
}
</style>