Shades of Deep Blush #F16D89
Tints of Deep Blush #F16D89
RGB
CMYK
RGB Variations
Color information
#F16D89 (or 0xF16D89) is known color: Deep Blush. HEX triplet: F1, 6D and 89. RGB value is (241,109,137). Sum of RGB (Red+Green+Blue) = 241+109+137=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16D89 is #0E9276. Grayscale: #979797. Windows color (decimal): -954999 or 9006577. OLE color: 9006577.
HSL color Cylindrical-coordinate representation of color #F16D89: hue angle of 347.27º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16D89 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 137 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.05 |
| HSL | 347.27º | 0.83% | 0.69% | - |
| HSV(B) | 347.27º | 0.55% | 0.95% | - |
| XYZ | 46.26 | 31.44 | 27.3 | - |
| YUV | 151.66 | 119.73 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 137 | 0 | 0.55 | 0.43 | 0.05 | 347.27 | 0.83 | 0.69 |
| Hex | F1 | 6D | 89 | 0 | 37 | 2B | 5 | 15B | 52 | 45 |
| Octal | 361 | 155 | 211 | 0 | 67 | 53 | 5 | 533 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10001001 | 0 | 110111 | 101011 | 101 | 101011011 | 1010010 | 1000101 |
Color Harmonies of #F16D89
Complementary color
Monochromatic Colors of #F16D89
Black with #F16D89
Text Example
Text Example
White with #F16D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D89; }
p { color: rgb(241,109,137); }
H1.HeaderClassName
{
color: #F16D89;
}
.AnyTagClassName
{
color: #F16D89;
}
</style>
background-color css
<style>
a { background-color: #F16D89; }
a { background-color: rgb(241,109,137); }
div.DivClassName
{
background-color: #F16D89;
}
.BgClassName
{
background-color: #F16D89;
}
</style>
border-color css
<style>
span { border-color: #F16D89; }
span { border-color: rgb(241,109,137); }
td.TdClassName
{
border-color: #F16D89;
}
.TagClassName
{
border-color: #F16D89;
}
</style>