Shades of Deep Blush #F86A94
Tints of Deep Blush #F86A94
RGB
CMYK
RGB Variations
Color information
#F86A94 (or 0xF86A94) is known color: Deep Blush. HEX triplet: F8, 6A and 94. RGB value is (248,106,148). Sum of RGB (Red+Green+Blue) = 248+106+148=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86A94 is #07956B. Grayscale: #999999. Windows color (decimal): -497004 or 9726712. OLE color: 9726712.
HSL color Cylindrical-coordinate representation of color #F86A94: hue angle of 342.25º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86A94 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 148 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.03 |
| HSL | 342.25º | 0.91% | 0.69% | - |
| HSV(B) | 342.25º | 0.57% | 0.97% | - |
| XYZ | 49.21 | 32.4 | 31.68 | - |
| YUV | 153.25 | 125.04 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 148 | 0 | 0.57 | 0.40 | 0.03 | 342.25 | 0.91 | 0.69 |
| Hex | F8 | 6A | 94 | 0 | 39 | 28 | 3 | 156 | 5B | 45 |
| Octal | 370 | 152 | 224 | 0 | 71 | 50 | 3 | 526 | 133 | 105 |
| Binary | 11111000 | 1101010 | 10010100 | 0 | 111001 | 101000 | 11 | 101010110 | 1011011 | 1000101 |
Color Harmonies of #F86A94
Complementary color
Monochromatic Colors of #F86A94
Black with #F86A94
Text Example
Text Example
White with #F86A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86A94; }
p { color: rgb(248,106,148); }
H1.HeaderClassName
{
color: #F86A94;
}
.AnyTagClassName
{
color: #F86A94;
}
</style>
background-color css
<style>
a { background-color: #F86A94; }
a { background-color: rgb(248,106,148); }
div.DivClassName
{
background-color: #F86A94;
}
.BgClassName
{
background-color: #F86A94;
}
</style>
border-color css
<style>
span { border-color: #F86A94; }
span { border-color: rgb(248,106,148); }
td.TdClassName
{
border-color: #F86A94;
}
.TagClassName
{
border-color: #F86A94;
}
</style>