Shades of Deep Blush #F67289
Tints of Deep Blush #F67289
RGB
CMYK
RGB Variations
Color information
#F67289 (or 0xF67289) is known color: Deep Blush. HEX triplet: F6, 72 and 89. RGB value is (246,114,137). Sum of RGB (Red+Green+Blue) = 246+114+137=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F67289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67289 is #098D76. Grayscale: #9C9C9C. Windows color (decimal): -626039 or 9007862. OLE color: 9007862.
HSL color Cylindrical-coordinate representation of color #F67289: hue angle of 349.55º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67289 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 137 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.04 |
| HSL | 349.55º | 0.88% | 0.71% | - |
| HSV(B) | 349.55º | 0.54% | 0.96% | - |
| XYZ | 48.54 | 33.43 | 27.56 | - |
| YUV | 156.09 | 117.23 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 137 | 0 | 0.54 | 0.44 | 0.04 | 349.55 | 0.88 | 0.71 |
| Hex | F6 | 72 | 89 | 0 | 36 | 2C | 4 | 15E | 58 | 47 |
| Octal | 366 | 162 | 211 | 0 | 66 | 54 | 4 | 536 | 130 | 107 |
| Binary | 11110110 | 1110010 | 10001001 | 0 | 110110 | 101100 | 100 | 101011110 | 1011000 | 1000111 |
Color Harmonies of #F67289
Complementary color
Monochromatic Colors of #F67289
Black with #F67289
Text Example
Text Example
White with #F67289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67289; }
p { color: rgb(246,114,137); }
H1.HeaderClassName
{
color: #F67289;
}
.AnyTagClassName
{
color: #F67289;
}
</style>
background-color css
<style>
a { background-color: #F67289; }
a { background-color: rgb(246,114,137); }
div.DivClassName
{
background-color: #F67289;
}
.BgClassName
{
background-color: #F67289;
}
</style>
border-color css
<style>
span { border-color: #F67289; }
span { border-color: rgb(246,114,137); }
td.TdClassName
{
border-color: #F67289;
}
.TagClassName
{
border-color: #F67289;
}
</style>