Shades of Deep Blush #F86C92
Tints of Deep Blush #F86C92
RGB
CMYK
RGB Variations
Color information
#F86C92 (or 0xF86C92) is known color: Deep Blush. HEX triplet: F8, 6C and 92. RGB value is (248,108,146). Sum of RGB (Red+Green+Blue) = 248+108+146=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86C92 is #07936D. Grayscale: #9A9A9A. Windows color (decimal): -496494 or 9596152. OLE color: 9596152.
HSL color Cylindrical-coordinate representation of color #F86C92: hue angle of 343.71º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86C92 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 146 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.03 |
| HSL | 343.71º | 0.91% | 0.7% | - |
| HSV(B) | 343.71º | 0.56% | 0.97% | - |
| XYZ | 49.26 | 32.76 | 30.92 | - |
| YUV | 154.19 | 123.38 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 146 | 0 | 0.56 | 0.41 | 0.03 | 343.71 | 0.91 | 0.7 |
| Hex | F8 | 6C | 92 | 0 | 38 | 29 | 3 | 158 | 5B | 46 |
| Octal | 370 | 154 | 222 | 0 | 70 | 51 | 3 | 530 | 133 | 106 |
| Binary | 11111000 | 1101100 | 10010010 | 0 | 111000 | 101001 | 11 | 101011000 | 1011011 | 1000110 |
Color Harmonies of #F86C92
Complementary color
Monochromatic Colors of #F86C92
Black with #F86C92
Text Example
Text Example
White with #F86C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C92; }
p { color: rgb(248,108,146); }
H1.HeaderClassName
{
color: #F86C92;
}
.AnyTagClassName
{
color: #F86C92;
}
</style>
background-color css
<style>
a { background-color: #F86C92; }
a { background-color: rgb(248,108,146); }
div.DivClassName
{
background-color: #F86C92;
}
.BgClassName
{
background-color: #F86C92;
}
</style>
border-color css
<style>
span { border-color: #F86C92; }
span { border-color: rgb(248,108,146); }
td.TdClassName
{
border-color: #F86C92;
}
.TagClassName
{
border-color: #F86C92;
}
</style>