Shades of Deep Blush #F16D90
Tints of Deep Blush #F16D90
RGB
CMYK
RGB Variations
Color information
#F16D90 (or 0xF16D90) is known color: Deep Blush. HEX triplet: F1, 6D and 90. RGB value is (241,109,144). Sum of RGB (Red+Green+Blue) = 241+109+144=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16D90 is #0E926F. Grayscale: #989898. Windows color (decimal): -954992 or 9465329. OLE color: 9465329.
HSL color Cylindrical-coordinate representation of color #F16D90: hue angle of 344.09º 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 #F16D90 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 144 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.05 |
| HSL | 344.09º | 0.83% | 0.69% | - |
| HSV(B) | 344.09º | 0.55% | 0.95% | - |
| XYZ | 46.78 | 31.65 | 30.03 | - |
| YUV | 152.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 144 | 0 | 0.55 | 0.40 | 0.05 | 344.09 | 0.83 | 0.69 |
| Hex | F1 | 6D | 90 | 0 | 37 | 28 | 5 | 158 | 52 | 45 |
| Octal | 361 | 155 | 220 | 0 | 67 | 50 | 5 | 530 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10010000 | 0 | 110111 | 101000 | 101 | 101011000 | 1010010 | 1000101 |
Color Harmonies of #F16D90
Complementary color
Monochromatic Colors of #F16D90
Black with #F16D90
Text Example
Text Example
White with #F16D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D90; }
p { color: rgb(241,109,144); }
H1.HeaderClassName
{
color: #F16D90;
}
.AnyTagClassName
{
color: #F16D90;
}
</style>
background-color css
<style>
a { background-color: #F16D90; }
a { background-color: rgb(241,109,144); }
div.DivClassName
{
background-color: #F16D90;
}
.BgClassName
{
background-color: #F16D90;
}
</style>
border-color css
<style>
span { border-color: #F16D90; }
span { border-color: rgb(241,109,144); }
td.TdClassName
{
border-color: #F16D90;
}
.TagClassName
{
border-color: #F16D90;
}
</style>