Shades of Deep Blush #F16B8C
Tints of Deep Blush #F16B8C
RGB
CMYK
RGB Variations
Color information
#F16B8C (or 0xF16B8C) is known color: Deep Blush. HEX triplet: F1, 6B and 8C. RGB value is (241,107,140). Sum of RGB (Red+Green+Blue) = 241+107+140=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16B8C is #0E9473. Grayscale: #969696. Windows color (decimal): -955508 or 9202673. OLE color: 9202673.
HSL color Cylindrical-coordinate representation of color #F16B8C: hue angle of 345.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16B8C is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 140 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.05 |
| HSL | 345.22º | 0.83% | 0.68% | - |
| HSV(B) | 345.22º | 0.56% | 0.95% | - |
| XYZ | 46.27 | 31.11 | 28.38 | - |
| YUV | 150.83 | 121.89 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 140 | 0 | 0.56 | 0.42 | 0.05 | 345.22 | 0.83 | 0.68 |
| Hex | F1 | 6B | 8C | 0 | 38 | 2A | 5 | 159 | 53 | 44 |
| Octal | 361 | 153 | 214 | 0 | 70 | 52 | 5 | 531 | 123 | 104 |
| Binary | 11110001 | 1101011 | 10001100 | 0 | 111000 | 101010 | 101 | 101011001 | 1010011 | 1000100 |
Color Harmonies of #F16B8C
Complementary color
Monochromatic Colors of #F16B8C
Black with #F16B8C
Text Example
Text Example
White with #F16B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16B8C; }
p { color: rgb(241,107,140); }
H1.HeaderClassName
{
color: #F16B8C;
}
.AnyTagClassName
{
color: #F16B8C;
}
</style>
background-color css
<style>
a { background-color: #F16B8C; }
a { background-color: rgb(241,107,140); }
div.DivClassName
{
background-color: #F16B8C;
}
.BgClassName
{
background-color: #F16B8C;
}
</style>
border-color css
<style>
span { border-color: #F16B8C; }
span { border-color: rgb(241,107,140); }
td.TdClassName
{
border-color: #F16B8C;
}
.TagClassName
{
border-color: #F16B8C;
}
</style>