Shades of Deep Blush #F16B85
Tints of Deep Blush #F16B85
RGB
CMYK
RGB Variations
Color information
#F16B85 (or 0xF16B85) is known color: Deep Blush. HEX triplet: F1, 6B and 85. RGB value is (241,107,133). Sum of RGB (Red+Green+Blue) = 241+107+133=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16B85 is #0E947A. Grayscale: #969696. Windows color (decimal): -955515 or 8743921. OLE color: 8743921.
HSL color Cylindrical-coordinate representation of color #F16B85: hue angle of 348.36º 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 #F16B85 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 133 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.05 |
| HSL | 348.36º | 0.83% | 0.68% | - |
| HSV(B) | 348.36º | 0.56% | 0.95% | - |
| XYZ | 45.77 | 30.91 | 25.74 | - |
| YUV | 150.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 133 | 0 | 0.56 | 0.45 | 0.05 | 348.36 | 0.83 | 0.68 |
| Hex | F1 | 6B | 85 | 0 | 38 | 2D | 5 | 15C | 53 | 44 |
| Octal | 361 | 153 | 205 | 0 | 70 | 55 | 5 | 534 | 123 | 104 |
| Binary | 11110001 | 1101011 | 10000101 | 0 | 111000 | 101101 | 101 | 101011100 | 1010011 | 1000100 |
Color Harmonies of #F16B85
Complementary color
Monochromatic Colors of #F16B85
Black with #F16B85
Text Example
Text Example
White with #F16B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16B85; }
p { color: rgb(241,107,133); }
H1.HeaderClassName
{
color: #F16B85;
}
.AnyTagClassName
{
color: #F16B85;
}
</style>
background-color css
<style>
a { background-color: #F16B85; }
a { background-color: rgb(241,107,133); }
div.DivClassName
{
background-color: #F16B85;
}
.BgClassName
{
background-color: #F16B85;
}
</style>
border-color css
<style>
span { border-color: #F16B85; }
span { border-color: rgb(241,107,133); }
td.TdClassName
{
border-color: #F16B85;
}
.TagClassName
{
border-color: #F16B85;
}
</style>