Shades of Deep Pink #F81487
Tints of Deep Pink #F81487
RGB
CMYK
RGB Variations
Color information
#F81487 (or 0xF81487) is known color: Deep Pink. HEX triplet: F8, 14 and 87. RGB value is (248,20,135). Sum of RGB (Red+Green+Blue) = 248+20+135=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F81487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81487 is #07EB78. Grayscale: #656565. Windows color (decimal): -519033 or 8852728. OLE color: 8852728.
HSL color Cylindrical-coordinate representation of color #F81487: hue angle of 329.74º 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 #F81487 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 135 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.03 |
| HSL | 329.74º | 0.94% | 0.53% | - |
| HSV(B) | 329.74º | 0.92% | 0.97% | - |
| XYZ | 43.33 | 22.21 | 24.92 | - |
| YUV | 101.28 | 147.04 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 135 | 0 | 0.92 | 0.46 | 0.03 | 329.74 | 0.94 | 0.53 |
| Hex | F8 | 14 | 87 | 0 | 5C | 2E | 3 | 14A | 5E | 35 |
| Octal | 370 | 24 | 207 | 0 | 134 | 56 | 3 | 512 | 136 | 65 |
| Binary | 11111000 | 10100 | 10000111 | 0 | 1011100 | 101110 | 11 | 101001010 | 1011110 | 110101 |
Color Harmonies of #F81487
Complementary color
Monochromatic Colors of #F81487
Black with #F81487
Text Example
Text Example
White with #F81487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81487; }
p { color: rgb(248,20,135); }
H1.HeaderClassName
{
color: #F81487;
}
.AnyTagClassName
{
color: #F81487;
}
</style>
background-color css
<style>
a { background-color: #F81487; }
a { background-color: rgb(248,20,135); }
div.DivClassName
{
background-color: #F81487;
}
.BgClassName
{
background-color: #F81487;
}
</style>
border-color css
<style>
span { border-color: #F81487; }
span { border-color: rgb(248,20,135); }
td.TdClassName
{
border-color: #F81487;
}
.TagClassName
{
border-color: #F81487;
}
</style>