Shades of Deep Blush #F16F88
Tints of Deep Blush #F16F88
RGB
CMYK
RGB Variations
Color information
#F16F88 (or 0xF16F88) is known color: Deep Blush. HEX triplet: F1, 6F and 88. RGB value is (241,111,136). Sum of RGB (Red+Green+Blue) = 241+111+136=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16F88 is #0E9077. Grayscale: #989898. Windows color (decimal): -954488 or 8941553. OLE color: 8941553.
HSL color Cylindrical-coordinate representation of color #F16F88: hue angle of 348.46º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16F88 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 136 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.05 |
| HSL | 348.46º | 0.82% | 0.69% | - |
| HSV(B) | 348.46º | 0.54% | 0.95% | - |
| XYZ | 46.4 | 31.85 | 26.99 | - |
| YUV | 152.72 | 118.57 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 136 | 0 | 0.54 | 0.44 | 0.05 | 348.46 | 0.82 | 0.69 |
| Hex | F1 | 6F | 88 | 0 | 36 | 2C | 5 | 15C | 52 | 45 |
| Octal | 361 | 157 | 210 | 0 | 66 | 54 | 5 | 534 | 122 | 105 |
| Binary | 11110001 | 1101111 | 10001000 | 0 | 110110 | 101100 | 101 | 101011100 | 1010010 | 1000101 |
Color Harmonies of #F16F88
Complementary color
Monochromatic Colors of #F16F88
Black with #F16F88
Text Example
Text Example
White with #F16F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F88; }
p { color: rgb(241,111,136); }
H1.HeaderClassName
{
color: #F16F88;
}
.AnyTagClassName
{
color: #F16F88;
}
</style>
background-color css
<style>
a { background-color: #F16F88; }
a { background-color: rgb(241,111,136); }
div.DivClassName
{
background-color: #F16F88;
}
.BgClassName
{
background-color: #F16F88;
}
</style>
border-color css
<style>
span { border-color: #F16F88; }
span { border-color: rgb(241,111,136); }
td.TdClassName
{
border-color: #F16F88;
}
.TagClassName
{
border-color: #F16F88;
}
</style>