Shades of Deep Blush #F67293
Tints of Deep Blush #F67293
RGB
CMYK
RGB Variations
Color information
#F67293 (or 0xF67293) is known color: Deep Blush. HEX triplet: F6, 72 and 93. RGB value is (246,114,147). Sum of RGB (Red+Green+Blue) = 246+114+147=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F67293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67293 is #098D6C. Grayscale: #9D9D9D. Windows color (decimal): -626029 or 9663222. OLE color: 9663222.
HSL color Cylindrical-coordinate representation of color #F67293: hue angle of 345º 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 #F67293 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 147 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.04 |
| HSL | 345º | 0.88% | 0.71% | - |
| HSV(B) | 345º | 0.54% | 0.96% | - |
| XYZ | 49.29 | 33.73 | 31.52 | - |
| YUV | 157.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 147 | 0 | 0.54 | 0.40 | 0.04 | 345 | 0.88 | 0.71 |
| Hex | F6 | 72 | 93 | 0 | 36 | 28 | 4 | 159 | 58 | 47 |
| Octal | 366 | 162 | 223 | 0 | 66 | 50 | 4 | 531 | 130 | 107 |
| Binary | 11110110 | 1110010 | 10010011 | 0 | 110110 | 101000 | 100 | 101011001 | 1011000 | 1000111 |
Color Harmonies of #F67293
Complementary color
Monochromatic Colors of #F67293
Black with #F67293
Text Example
Text Example
White with #F67293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67293; }
p { color: rgb(246,114,147); }
H1.HeaderClassName
{
color: #F67293;
}
.AnyTagClassName
{
color: #F67293;
}
</style>
background-color css
<style>
a { background-color: #F67293; }
a { background-color: rgb(246,114,147); }
div.DivClassName
{
background-color: #F67293;
}
.BgClassName
{
background-color: #F67293;
}
</style>
border-color css
<style>
span { border-color: #F67293; }
span { border-color: rgb(246,114,147); }
td.TdClassName
{
border-color: #F67293;
}
.TagClassName
{
border-color: #F67293;
}
</style>