Shades of Deep Blush #F16F94
Tints of Deep Blush #F16F94
RGB
CMYK
RGB Variations
Color information
#F16F94 (or 0xF16F94) is known color: Deep Blush. HEX triplet: F1, 6F and 94. RGB value is (241,111,148). Sum of RGB (Red+Green+Blue) = 241+111+148=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16F94 is #0E906B. Grayscale: #9A9A9A. Windows color (decimal): -954476 or 9727985. OLE color: 9727985.
HSL color Cylindrical-coordinate representation of color #F16F94: hue angle of 342.92º 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 #F16F94 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 148 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.05 |
| HSL | 342.92º | 0.82% | 0.69% | - |
| HSV(B) | 342.92º | 0.54% | 0.95% | - |
| XYZ | 47.31 | 32.21 | 31.74 | - |
| YUV | 154.09 | 124.57 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 148 | 0 | 0.54 | 0.39 | 0.05 | 342.92 | 0.82 | 0.69 |
| Hex | F1 | 6F | 94 | 0 | 36 | 27 | 5 | 157 | 52 | 45 |
| Octal | 361 | 157 | 224 | 0 | 66 | 47 | 5 | 527 | 122 | 105 |
| Binary | 11110001 | 1101111 | 10010100 | 0 | 110110 | 100111 | 101 | 101010111 | 1010010 | 1000101 |
Color Harmonies of #F16F94
Complementary color
Monochromatic Colors of #F16F94
Black with #F16F94
Text Example
Text Example
White with #F16F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F94; }
p { color: rgb(241,111,148); }
H1.HeaderClassName
{
color: #F16F94;
}
.AnyTagClassName
{
color: #F16F94;
}
</style>
background-color css
<style>
a { background-color: #F16F94; }
a { background-color: rgb(241,111,148); }
div.DivClassName
{
background-color: #F16F94;
}
.BgClassName
{
background-color: #F16F94;
}
</style>
border-color css
<style>
span { border-color: #F16F94; }
span { border-color: rgb(241,111,148); }
td.TdClassName
{
border-color: #F16F94;
}
.TagClassName
{
border-color: #F16F94;
}
</style>