Shades of Deep Blush #F16D99
Tints of Deep Blush #F16D99
RGB
CMYK
RGB Variations
Color information
#F16D99 (or 0xF16D99) is known color: Deep Blush. HEX triplet: F1, 6D and 99. RGB value is (241,109,153). Sum of RGB (Red+Green+Blue) = 241+109+153=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16D99 is #0E9266. Grayscale: #999999. Windows color (decimal): -954983 or 10055153. OLE color: 10055153.
HSL color Cylindrical-coordinate representation of color #F16D99: hue angle of 340º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16D99 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 153 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.05 |
| HSL | 340º | 0.83% | 0.69% | - |
| HSV(B) | 340º | 0.55% | 0.95% | - |
| XYZ | 47.49 | 31.94 | 33.8 | - |
| YUV | 153.48 | 127.73 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 153 | 0 | 0.55 | 0.37 | 0.05 | 340 | 0.83 | 0.69 |
| Hex | F1 | 6D | 99 | 0 | 37 | 25 | 5 | 154 | 52 | 45 |
| Octal | 361 | 155 | 231 | 0 | 67 | 45 | 5 | 524 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10011001 | 0 | 110111 | 100101 | 101 | 101010100 | 1010010 | 1000101 |
Color Harmonies of #F16D99
Complementary color
Monochromatic Colors of #F16D99
Black with #F16D99
Text Example
Text Example
White with #F16D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D99; }
p { color: rgb(241,109,153); }
H1.HeaderClassName
{
color: #F16D99;
}
.AnyTagClassName
{
color: #F16D99;
}
</style>
background-color css
<style>
a { background-color: #F16D99; }
a { background-color: rgb(241,109,153); }
div.DivClassName
{
background-color: #F16D99;
}
.BgClassName
{
background-color: #F16D99;
}
</style>
border-color css
<style>
span { border-color: #F16D99; }
span { border-color: rgb(241,109,153); }
td.TdClassName
{
border-color: #F16D99;
}
.TagClassName
{
border-color: #F16D99;
}
</style>