Shades of Deep Blush #F16D8B
Tints of Deep Blush #F16D8B
RGB
CMYK
RGB Variations
Color information
#F16D8B (or 0xF16D8B) is known color: Deep Blush. HEX triplet: F1, 6D and 8B. RGB value is (241,109,139). Sum of RGB (Red+Green+Blue) = 241+109+139=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16D8B is #0E9274. Grayscale: #979797. Windows color (decimal): -954997 or 9137649. OLE color: 9137649.
HSL color Cylindrical-coordinate representation of color #F16D8B: hue angle of 346.36º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16D8B is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 139 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.05 |
| HSL | 346.36º | 0.83% | 0.69% | - |
| HSV(B) | 346.36º | 0.55% | 0.95% | - |
| XYZ | 46.4 | 31.5 | 28.06 | - |
| YUV | 151.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 139 | 0 | 0.55 | 0.42 | 0.05 | 346.36 | 0.83 | 0.69 |
| Hex | F1 | 6D | 8B | 0 | 37 | 2A | 5 | 15A | 52 | 45 |
| Octal | 361 | 155 | 213 | 0 | 67 | 52 | 5 | 532 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10001011 | 0 | 110111 | 101010 | 101 | 101011010 | 1010010 | 1000101 |
Color Harmonies of #F16D8B
Complementary color
Monochromatic Colors of #F16D8B
Black with #F16D8B
Text Example
Text Example
White with #F16D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D8B; }
p { color: rgb(241,109,139); }
H1.HeaderClassName
{
color: #F16D8B;
}
.AnyTagClassName
{
color: #F16D8B;
}
</style>
background-color css
<style>
a { background-color: #F16D8B; }
a { background-color: rgb(241,109,139); }
div.DivClassName
{
background-color: #F16D8B;
}
.BgClassName
{
background-color: #F16D8B;
}
</style>
border-color css
<style>
span { border-color: #F16D8B; }
span { border-color: rgb(241,109,139); }
td.TdClassName
{
border-color: #F16D8B;
}
.TagClassName
{
border-color: #F16D8B;
}
</style>