Shades of Deep Pink #F81687
Tints of Deep Pink #F81687
RGB
CMYK
RGB Variations
Color information
#F81687 (or 0xF81687) is known color: Deep Pink. HEX triplet: F8, 16 and 87. RGB value is (248,22,135). Sum of RGB (Red+Green+Blue) = 248+22+135=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F81687 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81687 is #07E978. Grayscale: #666666. Windows color (decimal): -518521 or 8853240. OLE color: 8853240.
HSL color Cylindrical-coordinate representation of color #F81687: hue angle of 330º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81687 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 135 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.03 |
| HSL | 330º | 0.94% | 0.53% | - |
| HSV(B) | 330º | 0.91% | 0.97% | - |
| XYZ | 43.37 | 22.28 | 24.94 | - |
| YUV | 102.46 | 146.37 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 135 | 0 | 0.91 | 0.46 | 0.03 | 330 | 0.94 | 0.53 |
| Hex | F8 | 16 | 87 | 0 | 5B | 2E | 3 | 14A | 5E | 35 |
| Octal | 370 | 26 | 207 | 0 | 133 | 56 | 3 | 512 | 136 | 65 |
| Binary | 11111000 | 10110 | 10000111 | 0 | 1011011 | 101110 | 11 | 101001010 | 1011110 | 110101 |
Color Harmonies of #F81687
Complementary color
Monochromatic Colors of #F81687
Black with #F81687
Text Example
Text Example
White with #F81687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81687; }
p { color: rgb(248,22,135); }
H1.HeaderClassName
{
color: #F81687;
}
.AnyTagClassName
{
color: #F81687;
}
</style>
background-color css
<style>
a { background-color: #F81687; }
a { background-color: rgb(248,22,135); }
div.DivClassName
{
background-color: #F81687;
}
.BgClassName
{
background-color: #F81687;
}
</style>
border-color css
<style>
span { border-color: #F81687; }
span { border-color: rgb(248,22,135); }
td.TdClassName
{
border-color: #F81687;
}
.TagClassName
{
border-color: #F81687;
}
</style>