Shades of Deep Blush #F6738E
Tints of Deep Blush #F6738E
RGB
CMYK
RGB Variations
Color information
#F6738E (or 0xF6738E) is known color: Deep Blush. HEX triplet: F6, 73 and 8E. RGB value is (246,115,142). Sum of RGB (Red+Green+Blue) = 246+115+142=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F6738E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6738E is #098C71. Grayscale: #9D9D9D. Windows color (decimal): -625778 or 9335798. OLE color: 9335798.
HSL color Cylindrical-coordinate representation of color #F6738E: hue angle of 347.63º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F6738E is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 142 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.04 |
| HSL | 347.63º | 0.88% | 0.71% | - |
| HSV(B) | 347.63º | 0.53% | 0.96% | - |
| XYZ | 49.02 | 33.81 | 29.53 | - |
| YUV | 157.25 | 119.4 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 142 | 0 | 0.53 | 0.42 | 0.04 | 347.63 | 0.88 | 0.71 |
| Hex | F6 | 73 | 8E | 0 | 35 | 2A | 4 | 15C | 58 | 47 |
| Octal | 366 | 163 | 216 | 0 | 65 | 52 | 4 | 534 | 130 | 107 |
| Binary | 11110110 | 1110011 | 10001110 | 0 | 110101 | 101010 | 100 | 101011100 | 1011000 | 1000111 |
Color Harmonies of #F6738E
Complementary color
Monochromatic Colors of #F6738E
Black with #F6738E
Text Example
Text Example
White with #F6738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6738E; }
p { color: rgb(246,115,142); }
H1.HeaderClassName
{
color: #F6738E;
}
.AnyTagClassName
{
color: #F6738E;
}
</style>
background-color css
<style>
a { background-color: #F6738E; }
a { background-color: rgb(246,115,142); }
div.DivClassName
{
background-color: #F6738E;
}
.BgClassName
{
background-color: #F6738E;
}
</style>
border-color css
<style>
span { border-color: #F6738E; }
span { border-color: rgb(246,115,142); }
td.TdClassName
{
border-color: #F6738E;
}
.TagClassName
{
border-color: #F6738E;
}
</style>