Shades of Deep Blush #F67090
Tints of Deep Blush #F67090
RGB
CMYK
RGB Variations
Color information
#F67090 (or 0xF67090) is known color: Deep Blush. HEX triplet: F6, 70 and 90. RGB value is (246,112,144). Sum of RGB (Red+Green+Blue) = 246+112+144=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F67090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67090 is #098F6F. Grayscale: #9B9B9B. Windows color (decimal): -626544 or 9466102. OLE color: 9466102.
HSL color Cylindrical-coordinate representation of color #F67090: hue angle of 345.67º 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 #F67090 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 144 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.04 |
| HSL | 345.67º | 0.88% | 0.7% | - |
| HSV(B) | 345.67º | 0.54% | 0.96% | - |
| XYZ | 48.83 | 33.19 | 30.22 | - |
| YUV | 155.71 | 121.39 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 144 | 0 | 0.54 | 0.41 | 0.04 | 345.67 | 0.88 | 0.7 |
| Hex | F6 | 70 | 90 | 0 | 36 | 29 | 4 | 15A | 58 | 46 |
| Octal | 366 | 160 | 220 | 0 | 66 | 51 | 4 | 532 | 130 | 106 |
| Binary | 11110110 | 1110000 | 10010000 | 0 | 110110 | 101001 | 100 | 101011010 | 1011000 | 1000110 |
Color Harmonies of #F67090
Complementary color
Monochromatic Colors of #F67090
Black with #F67090
Text Example
Text Example
White with #F67090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67090; }
p { color: rgb(246,112,144); }
H1.HeaderClassName
{
color: #F67090;
}
.AnyTagClassName
{
color: #F67090;
}
</style>
background-color css
<style>
a { background-color: #F67090; }
a { background-color: rgb(246,112,144); }
div.DivClassName
{
background-color: #F67090;
}
.BgClassName
{
background-color: #F67090;
}
</style>
border-color css
<style>
span { border-color: #F67090; }
span { border-color: rgb(246,112,144); }
td.TdClassName
{
border-color: #F67090;
}
.TagClassName
{
border-color: #F67090;
}
</style>