Shades of Deep Blush #F17089
Tints of Deep Blush #F17089
RGB
CMYK
RGB Variations
Color information
#F17089 (or 0xF17089) is known color: Deep Blush. HEX triplet: F1, 70 and 89. RGB value is (241,112,137). Sum of RGB (Red+Green+Blue) = 241+112+137=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F17089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17089 is #0E8F76. Grayscale: #999999. Windows color (decimal): -954231 or 9007345. OLE color: 9007345.
HSL color Cylindrical-coordinate representation of color #F17089: hue angle of 348.37º 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 #F17089 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 137 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.05 |
| HSL | 348.37º | 0.82% | 0.69% | - |
| HSV(B) | 348.37º | 0.54% | 0.95% | - |
| XYZ | 46.59 | 32.1 | 27.41 | - |
| YUV | 153.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 137 | 0 | 0.54 | 0.43 | 0.05 | 348.37 | 0.82 | 0.69 |
| Hex | F1 | 70 | 89 | 0 | 36 | 2B | 5 | 15C | 52 | 45 |
| Octal | 361 | 160 | 211 | 0 | 66 | 53 | 5 | 534 | 122 | 105 |
| Binary | 11110001 | 1110000 | 10001001 | 0 | 110110 | 101011 | 101 | 101011100 | 1010010 | 1000101 |
Color Harmonies of #F17089
Complementary color
Monochromatic Colors of #F17089
Black with #F17089
Text Example
Text Example
White with #F17089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17089; }
p { color: rgb(241,112,137); }
H1.HeaderClassName
{
color: #F17089;
}
.AnyTagClassName
{
color: #F17089;
}
</style>
background-color css
<style>
a { background-color: #F17089; }
a { background-color: rgb(241,112,137); }
div.DivClassName
{
background-color: #F17089;
}
.BgClassName
{
background-color: #F17089;
}
</style>
border-color css
<style>
span { border-color: #F17089; }
span { border-color: rgb(241,112,137); }
td.TdClassName
{
border-color: #F17089;
}
.TagClassName
{
border-color: #F17089;
}
</style>