Shades of Deep Blush #F16A8B
Tints of Deep Blush #F16A8B
RGB
CMYK
RGB Variations
Color information
#F16A8B (or 0xF16A8B) is known color: Deep Blush. HEX triplet: F1, 6A and 8B. RGB value is (241,106,139). Sum of RGB (Red+Green+Blue) = 241+106+139=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16A8B is #0E9574. Grayscale: #969696. Windows color (decimal): -955765 or 9136881. OLE color: 9136881.
HSL color Cylindrical-coordinate representation of color #F16A8B: hue angle of 345.33º 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 #F16A8B is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 139 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.05 |
| HSL | 345.33º | 0.83% | 0.68% | - |
| HSV(B) | 345.33º | 0.56% | 0.95% | - |
| XYZ | 46.09 | 30.87 | 27.96 | - |
| YUV | 150.13 | 121.73 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 139 | 0 | 0.56 | 0.42 | 0.05 | 345.33 | 0.83 | 0.68 |
| Hex | F1 | 6A | 8B | 0 | 38 | 2A | 5 | 159 | 53 | 44 |
| Octal | 361 | 152 | 213 | 0 | 70 | 52 | 5 | 531 | 123 | 104 |
| Binary | 11110001 | 1101010 | 10001011 | 0 | 111000 | 101010 | 101 | 101011001 | 1010011 | 1000100 |
Color Harmonies of #F16A8B
Complementary color
Monochromatic Colors of #F16A8B
Black with #F16A8B
Text Example
Text Example
White with #F16A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16A8B; }
p { color: rgb(241,106,139); }
H1.HeaderClassName
{
color: #F16A8B;
}
.AnyTagClassName
{
color: #F16A8B;
}
</style>
background-color css
<style>
a { background-color: #F16A8B; }
a { background-color: rgb(241,106,139); }
div.DivClassName
{
background-color: #F16A8B;
}
.BgClassName
{
background-color: #F16A8B;
}
</style>
border-color css
<style>
span { border-color: #F16A8B; }
span { border-color: rgb(241,106,139); }
td.TdClassName
{
border-color: #F16A8B;
}
.TagClassName
{
border-color: #F16A8B;
}
</style>