Shades of Deep Blush #F16F96
Tints of Deep Blush #F16F96
RGB
CMYK
RGB Variations
Color information
#F16F96 (or 0xF16F96) is known color: Deep Blush. HEX triplet: F1, 6F and 96. RGB value is (241,111,150). Sum of RGB (Red+Green+Blue) = 241+111+150=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16F96 is #0E9069. Grayscale: #9A9A9A. Windows color (decimal): -954474 or 9859057. OLE color: 9859057.
HSL color Cylindrical-coordinate representation of color #F16F96: hue angle of 342º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16F96 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 150 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.05 |
| HSL | 342º | 0.82% | 0.69% | - |
| HSV(B) | 342º | 0.54% | 0.95% | - |
| XYZ | 47.47 | 32.27 | 32.58 | - |
| YUV | 154.32 | 125.57 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 150 | 0 | 0.54 | 0.38 | 0.05 | 342 | 0.82 | 0.69 |
| Hex | F1 | 6F | 96 | 0 | 36 | 26 | 5 | 156 | 52 | 45 |
| Octal | 361 | 157 | 226 | 0 | 66 | 46 | 5 | 526 | 122 | 105 |
| Binary | 11110001 | 1101111 | 10010110 | 0 | 110110 | 100110 | 101 | 101010110 | 1010010 | 1000101 |
Color Harmonies of #F16F96
Complementary color
Monochromatic Colors of #F16F96
Black with #F16F96
Text Example
Text Example
White with #F16F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F96; }
p { color: rgb(241,111,150); }
H1.HeaderClassName
{
color: #F16F96;
}
.AnyTagClassName
{
color: #F16F96;
}
</style>
background-color css
<style>
a { background-color: #F16F96; }
a { background-color: rgb(241,111,150); }
div.DivClassName
{
background-color: #F16F96;
}
.BgClassName
{
background-color: #F16F96;
}
</style>
border-color css
<style>
span { border-color: #F16F96; }
span { border-color: rgb(241,111,150); }
td.TdClassName
{
border-color: #F16F96;
}
.TagClassName
{
border-color: #F16F96;
}
</style>