Shades of Deep Blush #F16896
Tints of Deep Blush #F16896
RGB
CMYK
RGB Variations
Color information
#F16896 (or 0xF16896) is known color: Deep Blush. HEX triplet: F1, 68 and 96. RGB value is (241,104,150). Sum of RGB (Red+Green+Blue) = 241+104+150=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F16896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16896 is #0E9769. Grayscale: #969696. Windows color (decimal): -956266 or 9857265. OLE color: 9857265.
HSL color Cylindrical-coordinate representation of color #F16896: hue angle of 339.85º 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 #F16896 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 150 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.05 |
| HSL | 339.85º | 0.83% | 0.68% | - |
| HSV(B) | 339.85º | 0.57% | 0.95% | - |
| XYZ | 46.73 | 30.8 | 32.34 | - |
| YUV | 150.21 | 127.89 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 150 | 0 | 0.57 | 0.38 | 0.05 | 339.85 | 0.83 | 0.68 |
| Hex | F1 | 68 | 96 | 0 | 39 | 26 | 5 | 154 | 53 | 44 |
| Octal | 361 | 150 | 226 | 0 | 71 | 46 | 5 | 524 | 123 | 104 |
| Binary | 11110001 | 1101000 | 10010110 | 0 | 111001 | 100110 | 101 | 101010100 | 1010011 | 1000100 |
Color Harmonies of #F16896
Complementary color
Monochromatic Colors of #F16896
Black with #F16896
Text Example
Text Example
White with #F16896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16896; }
p { color: rgb(241,104,150); }
H1.HeaderClassName
{
color: #F16896;
}
.AnyTagClassName
{
color: #F16896;
}
</style>
background-color css
<style>
a { background-color: #F16896; }
a { background-color: rgb(241,104,150); }
div.DivClassName
{
background-color: #F16896;
}
.BgClassName
{
background-color: #F16896;
}
</style>
border-color css
<style>
span { border-color: #F16896; }
span { border-color: rgb(241,104,150); }
td.TdClassName
{
border-color: #F16896;
}
.TagClassName
{
border-color: #F16896;
}
</style>