Shades of Deep Blush #F16B8F
Tints of Deep Blush #F16B8F
RGB
CMYK
RGB Variations
Color information
#F16B8F (or 0xF16B8F) is known color: Deep Blush. HEX triplet: F1, 6B and 8F. RGB value is (241,107,143). Sum of RGB (Red+Green+Blue) = 241+107+143=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16B8F is #0E9470. Grayscale: #979797. Windows color (decimal): -955505 or 9399281. OLE color: 9399281.
HSL color Cylindrical-coordinate representation of color #F16B8F: hue angle of 343.88º 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 #F16B8F is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 143 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.05 |
| HSL | 343.88º | 0.83% | 0.68% | - |
| HSV(B) | 343.88º | 0.56% | 0.95% | - |
| XYZ | 46.49 | 31.2 | 29.56 | - |
| YUV | 151.17 | 123.39 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 143 | 0 | 0.56 | 0.41 | 0.05 | 343.88 | 0.83 | 0.68 |
| Hex | F1 | 6B | 8F | 0 | 38 | 29 | 5 | 158 | 53 | 44 |
| Octal | 361 | 153 | 217 | 0 | 70 | 51 | 5 | 530 | 123 | 104 |
| Binary | 11110001 | 1101011 | 10001111 | 0 | 111000 | 101001 | 101 | 101011000 | 1010011 | 1000100 |
Color Harmonies of #F16B8F
Complementary color
Monochromatic Colors of #F16B8F
Black with #F16B8F
Text Example
Text Example
White with #F16B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16B8F; }
p { color: rgb(241,107,143); }
H1.HeaderClassName
{
color: #F16B8F;
}
.AnyTagClassName
{
color: #F16B8F;
}
</style>
background-color css
<style>
a { background-color: #F16B8F; }
a { background-color: rgb(241,107,143); }
div.DivClassName
{
background-color: #F16B8F;
}
.BgClassName
{
background-color: #F16B8F;
}
</style>
border-color css
<style>
span { border-color: #F16B8F; }
span { border-color: rgb(241,107,143); }
td.TdClassName
{
border-color: #F16B8F;
}
.TagClassName
{
border-color: #F16B8F;
}
</style>