Shades of Deep Blush #F17188
Tints of Deep Blush #F17188
RGB
CMYK
RGB Variations
Color information
#F17188 (or 0xF17188) is known color: Deep Blush. HEX triplet: F1, 71 and 88. RGB value is (241,113,136). Sum of RGB (Red+Green+Blue) = 241+113+136=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F17188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17188 is #0E8E77. Grayscale: #999999. Windows color (decimal): -953976 or 8942065. OLE color: 8942065.
HSL color Cylindrical-coordinate representation of color #F17188: hue angle of 349.22º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F17188 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 136 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.05 |
| HSL | 349.22º | 0.82% | 0.69% | - |
| HSV(B) | 349.22º | 0.53% | 0.95% | - |
| XYZ | 46.62 | 32.29 | 27.07 | - |
| YUV | 153.89 | 117.91 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 136 | 0 | 0.53 | 0.44 | 0.05 | 349.22 | 0.82 | 0.69 |
| Hex | F1 | 71 | 88 | 0 | 35 | 2C | 5 | 15D | 52 | 45 |
| Octal | 361 | 161 | 210 | 0 | 65 | 54 | 5 | 535 | 122 | 105 |
| Binary | 11110001 | 1110001 | 10001000 | 0 | 110101 | 101100 | 101 | 101011101 | 1010010 | 1000101 |
Color Harmonies of #F17188
Complementary color
Monochromatic Colors of #F17188
Black with #F17188
Text Example
Text Example
White with #F17188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17188; }
p { color: rgb(241,113,136); }
H1.HeaderClassName
{
color: #F17188;
}
.AnyTagClassName
{
color: #F17188;
}
</style>
background-color css
<style>
a { background-color: #F17188; }
a { background-color: rgb(241,113,136); }
div.DivClassName
{
background-color: #F17188;
}
.BgClassName
{
background-color: #F17188;
}
</style>
border-color css
<style>
span { border-color: #F17188; }
span { border-color: rgb(241,113,136); }
td.TdClassName
{
border-color: #F17188;
}
.TagClassName
{
border-color: #F17188;
}
</style>