Shades of Deep Blush #F67290
Tints of Deep Blush #F67290
RGB
CMYK
RGB Variations
Color information
#F67290 (or 0xF67290) is known color: Deep Blush. HEX triplet: F6, 72 and 90. RGB value is (246,114,144). Sum of RGB (Red+Green+Blue) = 246+114+144=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F67290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67290 is #098D6F. Grayscale: #9C9C9C. Windows color (decimal): -626032 or 9466614. OLE color: 9466614.
HSL color Cylindrical-coordinate representation of color #F67290: hue angle of 346.36º 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 #F67290 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 144 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.04 |
| HSL | 346.36º | 0.88% | 0.71% | - |
| HSV(B) | 346.36º | 0.54% | 0.96% | - |
| XYZ | 49.06 | 33.64 | 30.29 | - |
| YUV | 156.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 144 | 0 | 0.54 | 0.41 | 0.04 | 346.36 | 0.88 | 0.71 |
| Hex | F6 | 72 | 90 | 0 | 36 | 29 | 4 | 15A | 58 | 47 |
| Octal | 366 | 162 | 220 | 0 | 66 | 51 | 4 | 532 | 130 | 107 |
| Binary | 11110110 | 1110010 | 10010000 | 0 | 110110 | 101001 | 100 | 101011010 | 1011000 | 1000111 |
Color Harmonies of #F67290
Complementary color
Monochromatic Colors of #F67290
Black with #F67290
Text Example
Text Example
White with #F67290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67290; }
p { color: rgb(246,114,144); }
H1.HeaderClassName
{
color: #F67290;
}
.AnyTagClassName
{
color: #F67290;
}
</style>
background-color css
<style>
a { background-color: #F67290; }
a { background-color: rgb(246,114,144); }
div.DivClassName
{
background-color: #F67290;
}
.BgClassName
{
background-color: #F67290;
}
</style>
border-color css
<style>
span { border-color: #F67290; }
span { border-color: rgb(246,114,144); }
td.TdClassName
{
border-color: #F67290;
}
.TagClassName
{
border-color: #F67290;
}
</style>