Shades of Deep Blush #F87588
Tints of Deep Blush #F87588
RGB
CMYK
RGB Variations
Color information
#F87588 (or 0xF87588) is known color: Deep Blush. HEX triplet: F8, 75 and 88. RGB value is (248,117,136). Sum of RGB (Red+Green+Blue) = 248+117+136=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F87588 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87588 is #078A77. Grayscale: #9E9E9E. Windows color (decimal): -494200 or 8943096. OLE color: 8943096.
HSL color Cylindrical-coordinate representation of color #F87588: hue angle of 351.3º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F87588 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 136 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.03 |
| HSL | 351.3º | 0.9% | 0.72% | - |
| HSV(B) | 351.3º | 0.53% | 0.97% | - |
| XYZ | 49.52 | 34.46 | 27.33 | - |
| YUV | 158.34 | 115.4 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 136 | 0 | 0.53 | 0.45 | 0.03 | 351.3 | 0.9 | 0.72 |
| Hex | F8 | 75 | 88 | 0 | 35 | 2D | 3 | 15F | 5A | 48 |
| Octal | 370 | 165 | 210 | 0 | 65 | 55 | 3 | 537 | 132 | 110 |
| Binary | 11111000 | 1110101 | 10001000 | 0 | 110101 | 101101 | 11 | 101011111 | 1011010 | 1001000 |
Color Harmonies of #F87588
Complementary color
Monochromatic Colors of #F87588
Black with #F87588
Text Example
Text Example
White with #F87588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87588; }
p { color: rgb(248,117,136); }
H1.HeaderClassName
{
color: #F87588;
}
.AnyTagClassName
{
color: #F87588;
}
</style>
background-color css
<style>
a { background-color: #F87588; }
a { background-color: rgb(248,117,136); }
div.DivClassName
{
background-color: #F87588;
}
.BgClassName
{
background-color: #F87588;
}
</style>
border-color css
<style>
span { border-color: #F87588; }
span { border-color: rgb(248,117,136); }
td.TdClassName
{
border-color: #F87588;
}
.TagClassName
{
border-color: #F87588;
}
</style>