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