Shades of Deep Blush #F16F8D
Tints of Deep Blush #F16F8D
RGB
CMYK
RGB Variations
Color information
#F16F8D (or 0xF16F8D) is known color: Deep Blush. HEX triplet: F1, 6F and 8D. RGB value is (241,111,141). Sum of RGB (Red+Green+Blue) = 241+111+141=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16F8D is #0E9072. Grayscale: #999999. Windows color (decimal): -954483 or 9269233. OLE color: 9269233.
HSL color Cylindrical-coordinate representation of color #F16F8D: hue angle of 346.15º 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 #F16F8D is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 141 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.05 |
| HSL | 346.15º | 0.82% | 0.69% | - |
| HSV(B) | 346.15º | 0.54% | 0.95% | - |
| XYZ | 46.77 | 31.99 | 28.91 | - |
| YUV | 153.29 | 121.07 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 141 | 0 | 0.54 | 0.41 | 0.05 | 346.15 | 0.82 | 0.69 |
| Hex | F1 | 6F | 8D | 0 | 36 | 29 | 5 | 15A | 52 | 45 |
| Octal | 361 | 157 | 215 | 0 | 66 | 51 | 5 | 532 | 122 | 105 |
| Binary | 11110001 | 1101111 | 10001101 | 0 | 110110 | 101001 | 101 | 101011010 | 1010010 | 1000101 |
Color Harmonies of #F16F8D
Complementary color
Monochromatic Colors of #F16F8D
Black with #F16F8D
Text Example
Text Example
White with #F16F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F8D; }
p { color: rgb(241,111,141); }
H1.HeaderClassName
{
color: #F16F8D;
}
.AnyTagClassName
{
color: #F16F8D;
}
</style>
background-color css
<style>
a { background-color: #F16F8D; }
a { background-color: rgb(241,111,141); }
div.DivClassName
{
background-color: #F16F8D;
}
.BgClassName
{
background-color: #F16F8D;
}
</style>
border-color css
<style>
span { border-color: #F16F8D; }
span { border-color: rgb(241,111,141); }
td.TdClassName
{
border-color: #F16F8D;
}
.TagClassName
{
border-color: #F16F8D;
}
</style>