Shades of Deep Blush #F16D98
Tints of Deep Blush #F16D98
RGB
CMYK
RGB Variations
Color information
#F16D98 (or 0xF16D98) is known color: Deep Blush. HEX triplet: F1, 6D and 98. RGB value is (241,109,152). Sum of RGB (Red+Green+Blue) = 241+109+152=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16D98 is #0E9267. Grayscale: #999999. Windows color (decimal): -954984 or 9989617. OLE color: 9989617.
HSL color Cylindrical-coordinate representation of color #F16D98: hue angle of 340.45º 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 #F16D98 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 152 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.05 |
| HSL | 340.45º | 0.83% | 0.69% | - |
| HSV(B) | 340.45º | 0.55% | 0.95% | - |
| XYZ | 47.41 | 31.91 | 33.37 | - |
| YUV | 153.37 | 127.23 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 152 | 0 | 0.55 | 0.37 | 0.05 | 340.45 | 0.83 | 0.69 |
| Hex | F1 | 6D | 98 | 0 | 37 | 25 | 5 | 154 | 52 | 45 |
| Octal | 361 | 155 | 230 | 0 | 67 | 45 | 5 | 524 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10011000 | 0 | 110111 | 100101 | 101 | 101010100 | 1010010 | 1000101 |
Color Harmonies of #F16D98
Complementary color
Monochromatic Colors of #F16D98
Black with #F16D98
Text Example
Text Example
White with #F16D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D98; }
p { color: rgb(241,109,152); }
H1.HeaderClassName
{
color: #F16D98;
}
.AnyTagClassName
{
color: #F16D98;
}
</style>
background-color css
<style>
a { background-color: #F16D98; }
a { background-color: rgb(241,109,152); }
div.DivClassName
{
background-color: #F16D98;
}
.BgClassName
{
background-color: #F16D98;
}
</style>
border-color css
<style>
span { border-color: #F16D98; }
span { border-color: rgb(241,109,152); }
td.TdClassName
{
border-color: #F16D98;
}
.TagClassName
{
border-color: #F16D98;
}
</style>