Shades of Deep Blush #F16891
Tints of Deep Blush #F16891
RGB
CMYK
RGB Variations
Color information
#F16891 (or 0xF16891) is known color: Deep Blush. HEX triplet: F1, 68 and 91. RGB value is (241,104,145). Sum of RGB (Red+Green+Blue) = 241+104+145=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F16891 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16891 is #0E976E. Grayscale: #959595. Windows color (decimal): -956271 or 9529585. OLE color: 9529585.
HSL color Cylindrical-coordinate representation of color #F16891: hue angle of 342.04º 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 #F16891 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 145 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.05 |
| HSL | 342.04º | 0.83% | 0.68% | - |
| HSV(B) | 342.04º | 0.57% | 0.95% | - |
| XYZ | 46.34 | 30.65 | 30.26 | - |
| YUV | 149.64 | 125.39 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 145 | 0 | 0.57 | 0.40 | 0.05 | 342.04 | 0.83 | 0.68 |
| Hex | F1 | 68 | 91 | 0 | 39 | 28 | 5 | 156 | 53 | 44 |
| Octal | 361 | 150 | 221 | 0 | 71 | 50 | 5 | 526 | 123 | 104 |
| Binary | 11110001 | 1101000 | 10010001 | 0 | 111001 | 101000 | 101 | 101010110 | 1010011 | 1000100 |
Color Harmonies of #F16891
Complementary color
Monochromatic Colors of #F16891
Black with #F16891
Text Example
Text Example
White with #F16891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16891; }
p { color: rgb(241,104,145); }
H1.HeaderClassName
{
color: #F16891;
}
.AnyTagClassName
{
color: #F16891;
}
</style>
background-color css
<style>
a { background-color: #F16891; }
a { background-color: rgb(241,104,145); }
div.DivClassName
{
background-color: #F16891;
}
.BgClassName
{
background-color: #F16891;
}
</style>
border-color css
<style>
span { border-color: #F16891; }
span { border-color: rgb(241,104,145); }
td.TdClassName
{
border-color: #F16891;
}
.TagClassName
{
border-color: #F16891;
}
</style>