Shades of Deep Blush #F67089
Tints of Deep Blush #F67089
RGB
CMYK
RGB Variations
Color information
#F67089 (or 0xF67089) is known color: Deep Blush. HEX triplet: F6, 70 and 89. RGB value is (246,112,137). Sum of RGB (Red+Green+Blue) = 246+112+137=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F67089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67089 is #098F76. Grayscale: #9A9A9A. Windows color (decimal): -626551 or 9007350. OLE color: 9007350.
HSL color Cylindrical-coordinate representation of color #F67089: hue angle of 348.81º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67089 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 137 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.04 |
| HSL | 348.81º | 0.88% | 0.7% | - |
| HSV(B) | 348.81º | 0.54% | 0.96% | - |
| XYZ | 48.32 | 32.99 | 27.49 | - |
| YUV | 154.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 137 | 0 | 0.54 | 0.44 | 0.04 | 348.81 | 0.88 | 0.7 |
| Hex | F6 | 70 | 89 | 0 | 36 | 2C | 4 | 15D | 58 | 46 |
| Octal | 366 | 160 | 211 | 0 | 66 | 54 | 4 | 535 | 130 | 106 |
| Binary | 11110110 | 1110000 | 10001001 | 0 | 110110 | 101100 | 100 | 101011101 | 1011000 | 1000110 |
Color Harmonies of #F67089
Complementary color
Monochromatic Colors of #F67089
Black with #F67089
Text Example
Text Example
White with #F67089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67089; }
p { color: rgb(246,112,137); }
H1.HeaderClassName
{
color: #F67089;
}
.AnyTagClassName
{
color: #F67089;
}
</style>
background-color css
<style>
a { background-color: #F67089; }
a { background-color: rgb(246,112,137); }
div.DivClassName
{
background-color: #F67089;
}
.BgClassName
{
background-color: #F67089;
}
</style>
border-color css
<style>
span { border-color: #F67089; }
span { border-color: rgb(246,112,137); }
td.TdClassName
{
border-color: #F67089;
}
.TagClassName
{
border-color: #F67089;
}
</style>