Shades of Deep Blush #F67188
Tints of Deep Blush #F67188
RGB
CMYK
RGB Variations
Color information
#F67188 (or 0xF67188) is known color: Deep Blush. HEX triplet: F6, 71 and 88. RGB value is (246,113,136). Sum of RGB (Red+Green+Blue) = 246+113+136=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F67188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67188 is #098E77. Grayscale: #9B9B9B. Windows color (decimal): -626296 or 8942070. OLE color: 8942070.
HSL color Cylindrical-coordinate representation of color #F67188: hue angle of 349.62º 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 #F67188 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 136 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.04 |
| HSL | 349.62º | 0.88% | 0.7% | - |
| HSV(B) | 349.62º | 0.54% | 0.96% | - |
| XYZ | 48.36 | 33.18 | 27.15 | - |
| YUV | 155.39 | 117.06 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 136 | 0 | 0.54 | 0.45 | 0.04 | 349.62 | 0.88 | 0.7 |
| Hex | F6 | 71 | 88 | 0 | 36 | 2D | 4 | 15E | 58 | 46 |
| Octal | 366 | 161 | 210 | 0 | 66 | 55 | 4 | 536 | 130 | 106 |
| Binary | 11110110 | 1110001 | 10001000 | 0 | 110110 | 101101 | 100 | 101011110 | 1011000 | 1000110 |
Color Harmonies of #F67188
Complementary color
Monochromatic Colors of #F67188
Black with #F67188
Text Example
Text Example
White with #F67188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67188; }
p { color: rgb(246,113,136); }
H1.HeaderClassName
{
color: #F67188;
}
.AnyTagClassName
{
color: #F67188;
}
</style>
background-color css
<style>
a { background-color: #F67188; }
a { background-color: rgb(246,113,136); }
div.DivClassName
{
background-color: #F67188;
}
.BgClassName
{
background-color: #F67188;
}
</style>
border-color css
<style>
span { border-color: #F67188; }
span { border-color: rgb(246,113,136); }
td.TdClassName
{
border-color: #F67188;
}
.TagClassName
{
border-color: #F67188;
}
</style>