Shades of Deep Blush #F16889
Tints of Deep Blush #F16889
RGB
CMYK
RGB Variations
Color information
#F16889 (or 0xF16889) is known color: Deep Blush. HEX triplet: F1, 68 and 89. RGB value is (241,104,137). Sum of RGB (Red+Green+Blue) = 241+104+137=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F16889 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16889 is #0E9776. Grayscale: #949494. Windows color (decimal): -956279 or 9005297. OLE color: 9005297.
HSL color Cylindrical-coordinate representation of color #F16889: hue angle of 345.55º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F16889 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 137 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.05 |
| HSL | 345.55º | 0.83% | 0.68% | - |
| HSV(B) | 345.55º | 0.57% | 0.95% | - |
| XYZ | 45.74 | 30.41 | 27.13 | - |
| YUV | 148.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 137 | 0 | 0.57 | 0.43 | 0.05 | 345.55 | 0.83 | 0.68 |
| Hex | F1 | 68 | 89 | 0 | 39 | 2B | 5 | 15A | 53 | 44 |
| Octal | 361 | 150 | 211 | 0 | 71 | 53 | 5 | 532 | 123 | 104 |
| Binary | 11110001 | 1101000 | 10001001 | 0 | 111001 | 101011 | 101 | 101011010 | 1010011 | 1000100 |
Color Harmonies of #F16889
Complementary color
Monochromatic Colors of #F16889
Black with #F16889
Text Example
Text Example
White with #F16889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16889; }
p { color: rgb(241,104,137); }
H1.HeaderClassName
{
color: #F16889;
}
.AnyTagClassName
{
color: #F16889;
}
</style>
background-color css
<style>
a { background-color: #F16889; }
a { background-color: rgb(241,104,137); }
div.DivClassName
{
background-color: #F16889;
}
.BgClassName
{
background-color: #F16889;
}
</style>
border-color css
<style>
span { border-color: #F16889; }
span { border-color: rgb(241,104,137); }
td.TdClassName
{
border-color: #F16889;
}
.TagClassName
{
border-color: #F16889;
}
</style>