Shades of Deep Blush #F16295
Tints of Deep Blush #F16295
RGB
CMYK
RGB Variations
Color information
#F16295 (or 0xF16295) is known color: Deep Blush. HEX triplet: F1, 62 and 95. RGB value is (241,98,149). Sum of RGB (Red+Green+Blue) = 241+98+149=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F16295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16295 is #0E9D6A. Grayscale: #929292. Windows color (decimal): -957803 or 9790193. OLE color: 9790193.
HSL color Cylindrical-coordinate representation of color #F16295: hue angle of 338.6º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16295 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 149 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.05 |
| HSL | 338.6º | 0.84% | 0.66% | - |
| HSV(B) | 338.6º | 0.59% | 0.95% | - |
| XYZ | 46.07 | 29.61 | 31.72 | - |
| YUV | 146.57 | 129.38 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 149 | 0 | 0.59 | 0.38 | 0.05 | 338.6 | 0.84 | 0.66 |
| Hex | F1 | 62 | 95 | 0 | 3B | 26 | 5 | 153 | 54 | 42 |
| Octal | 361 | 142 | 225 | 0 | 73 | 46 | 5 | 523 | 124 | 102 |
| Binary | 11110001 | 1100010 | 10010101 | 0 | 111011 | 100110 | 101 | 101010011 | 1010100 | 1000010 |
Color Harmonies of #F16295
Complementary color
Monochromatic Colors of #F16295
Black with #F16295
Text Example
Text Example
White with #F16295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16295; }
p { color: rgb(241,98,149); }
H1.HeaderClassName
{
color: #F16295;
}
.AnyTagClassName
{
color: #F16295;
}
</style>
background-color css
<style>
a { background-color: #F16295; }
a { background-color: rgb(241,98,149); }
div.DivClassName
{
background-color: #F16295;
}
.BgClassName
{
background-color: #F16295;
}
</style>
border-color css
<style>
span { border-color: #F16295; }
span { border-color: rgb(241,98,149); }
td.TdClassName
{
border-color: #F16295;
}
.TagClassName
{
border-color: #F16295;
}
</style>