Shades of Deep Blush #F87984
Tints of Deep Blush #F87984
RGB
CMYK
RGB Variations
Color information
#F87984 (or 0xF87984) is known color: Deep Blush. HEX triplet: F8, 79 and 84. RGB value is (248,121,132). Sum of RGB (Red+Green+Blue) = 248+121+132=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F87984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87984 is #07867B. Grayscale: #A0A0A0. Windows color (decimal): -493180 or 8681976. OLE color: 8681976.
HSL color Cylindrical-coordinate representation of color #F87984: hue angle of 354.8º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87984 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 121 | 132 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.03 |
| HSL | 354.8º | 0.9% | 0.72% | - |
| HSV(B) | 354.8º | 0.51% | 0.97% | - |
| XYZ | 49.71 | 35.3 | 26.02 | - |
| YUV | 160.23 | 112.08 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 121 | 132 | 0 | 0.51 | 0.47 | 0.03 | 354.8 | 0.9 | 0.72 |
| Hex | F8 | 79 | 84 | 0 | 33 | 2F | 3 | 163 | 5A | 48 |
| Octal | 370 | 171 | 204 | 0 | 63 | 57 | 3 | 543 | 132 | 110 |
| Binary | 11111000 | 1111001 | 10000100 | 0 | 110011 | 101111 | 11 | 101100011 | 1011010 | 1001000 |
Color Harmonies of #F87984
Complementary color
Monochromatic Colors of #F87984
Black with #F87984
Text Example
Text Example
White with #F87984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87984; }
p { color: rgb(248,121,132); }
H1.HeaderClassName
{
color: #F87984;
}
.AnyTagClassName
{
color: #F87984;
}
</style>
background-color css
<style>
a { background-color: #F87984; }
a { background-color: rgb(248,121,132); }
div.DivClassName
{
background-color: #F87984;
}
.BgClassName
{
background-color: #F87984;
}
</style>
border-color css
<style>
span { border-color: #F87984; }
span { border-color: rgb(248,121,132); }
td.TdClassName
{
border-color: #F87984;
}
.TagClassName
{
border-color: #F87984;
}
</style>