Shades of Deep Blush #F67288
Tints of Deep Blush #F67288
RGB
CMYK
RGB Variations
Color information
#F67288 (or 0xF67288) is known color: Deep Blush. HEX triplet: F6, 72 and 88. RGB value is (246,114,136). Sum of RGB (Red+Green+Blue) = 246+114+136=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F67288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67288 is #098D77. Grayscale: #9C9C9C. Windows color (decimal): -626040 or 8942326. OLE color: 8942326.
HSL color Cylindrical-coordinate representation of color #F67288: hue angle of 350º 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 #F67288 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 136 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.04 |
| HSL | 350º | 0.88% | 0.71% | - |
| HSV(B) | 350º | 0.54% | 0.96% | - |
| XYZ | 48.47 | 33.41 | 27.19 | - |
| YUV | 155.98 | 116.73 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 136 | 0 | 0.54 | 0.45 | 0.04 | 350 | 0.88 | 0.71 |
| Hex | F6 | 72 | 88 | 0 | 36 | 2D | 4 | 15E | 58 | 47 |
| Octal | 366 | 162 | 210 | 0 | 66 | 55 | 4 | 536 | 130 | 107 |
| Binary | 11110110 | 1110010 | 10001000 | 0 | 110110 | 101101 | 100 | 101011110 | 1011000 | 1000111 |
Color Harmonies of #F67288
Complementary color
Monochromatic Colors of #F67288
Black with #F67288
Text Example
Text Example
White with #F67288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67288; }
p { color: rgb(246,114,136); }
H1.HeaderClassName
{
color: #F67288;
}
.AnyTagClassName
{
color: #F67288;
}
</style>
background-color css
<style>
a { background-color: #F67288; }
a { background-color: rgb(246,114,136); }
div.DivClassName
{
background-color: #F67288;
}
.BgClassName
{
background-color: #F67288;
}
</style>
border-color css
<style>
span { border-color: #F67288; }
span { border-color: rgb(246,114,136); }
td.TdClassName
{
border-color: #F67288;
}
.TagClassName
{
border-color: #F67288;
}
</style>