Shades of Deep Blush #F16D91
Tints of Deep Blush #F16D91
RGB
CMYK
RGB Variations
Color information
#F16D91 (or 0xF16D91) is known color: Deep Blush. HEX triplet: F1, 6D and 91. RGB value is (241,109,145). Sum of RGB (Red+Green+Blue) = 241+109+145=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16D91 is #0E926E. Grayscale: #989898. Windows color (decimal): -954991 or 9530865. OLE color: 9530865.
HSL color Cylindrical-coordinate representation of color #F16D91: hue angle of 343.64º 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 #F16D91 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 145 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.05 |
| HSL | 343.64º | 0.83% | 0.69% | - |
| HSV(B) | 343.64º | 0.55% | 0.95% | - |
| XYZ | 46.86 | 31.68 | 30.43 | - |
| YUV | 152.57 | 123.73 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 145 | 0 | 0.55 | 0.40 | 0.05 | 343.64 | 0.83 | 0.69 |
| Hex | F1 | 6D | 91 | 0 | 37 | 28 | 5 | 158 | 52 | 45 |
| Octal | 361 | 155 | 221 | 0 | 67 | 50 | 5 | 530 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10010001 | 0 | 110111 | 101000 | 101 | 101011000 | 1010010 | 1000101 |
Color Harmonies of #F16D91
Complementary color
Monochromatic Colors of #F16D91
Black with #F16D91
Text Example
Text Example
White with #F16D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D91; }
p { color: rgb(241,109,145); }
H1.HeaderClassName
{
color: #F16D91;
}
.AnyTagClassName
{
color: #F16D91;
}
</style>
background-color css
<style>
a { background-color: #F16D91; }
a { background-color: rgb(241,109,145); }
div.DivClassName
{
background-color: #F16D91;
}
.BgClassName
{
background-color: #F16D91;
}
</style>
border-color css
<style>
span { border-color: #F16D91; }
span { border-color: rgb(241,109,145); }
td.TdClassName
{
border-color: #F16D91;
}
.TagClassName
{
border-color: #F16D91;
}
</style>