Shades of Deep Blush #F16C8D
Tints of Deep Blush #F16C8D
RGB
CMYK
RGB Variations
Color information
#F16C8D (or 0xF16C8D) is known color: Deep Blush. HEX triplet: F1, 6C and 8D. RGB value is (241,108,141). Sum of RGB (Red+Green+Blue) = 241+108+141=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16C8D is #0E9372. Grayscale: #979797. Windows color (decimal): -955251 or 9268465. OLE color: 9268465.
HSL color Cylindrical-coordinate representation of color #F16C8D: hue angle of 345.11º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16C8D is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 141 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.05 |
| HSL | 345.11º | 0.83% | 0.68% | - |
| HSV(B) | 345.11º | 0.55% | 0.95% | - |
| XYZ | 46.45 | 31.35 | 28.8 | - |
| YUV | 151.53 | 122.06 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 141 | 0 | 0.55 | 0.41 | 0.05 | 345.11 | 0.83 | 0.68 |
| Hex | F1 | 6C | 8D | 0 | 37 | 29 | 5 | 159 | 53 | 44 |
| Octal | 361 | 154 | 215 | 0 | 67 | 51 | 5 | 531 | 123 | 104 |
| Binary | 11110001 | 1101100 | 10001101 | 0 | 110111 | 101001 | 101 | 101011001 | 1010011 | 1000100 |
Color Harmonies of #F16C8D
Complementary color
Monochromatic Colors of #F16C8D
Black with #F16C8D
Text Example
Text Example
White with #F16C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16C8D; }
p { color: rgb(241,108,141); }
H1.HeaderClassName
{
color: #F16C8D;
}
.AnyTagClassName
{
color: #F16C8D;
}
</style>
background-color css
<style>
a { background-color: #F16C8D; }
a { background-color: rgb(241,108,141); }
div.DivClassName
{
background-color: #F16C8D;
}
.BgClassName
{
background-color: #F16C8D;
}
</style>
border-color css
<style>
span { border-color: #F16C8D; }
span { border-color: rgb(241,108,141); }
td.TdClassName
{
border-color: #F16C8D;
}
.TagClassName
{
border-color: #F16C8D;
}
</style>