Shades of Deep Blush #F16292
Tints of Deep Blush #F16292
RGB
CMYK
RGB Variations
Color information
#F16292 (or 0xF16292) is known color: Deep Blush. HEX triplet: F1, 62 and 92. RGB value is (241,98,146). Sum of RGB (Red+Green+Blue) = 241+98+146=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F16292 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16292 is #0E9D6D. Grayscale: #929292. Windows color (decimal): -957806 or 9593585. OLE color: 9593585.
HSL color Cylindrical-coordinate representation of color #F16292: hue angle of 339.86º 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 #F16292 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 146 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.05 |
| HSL | 339.86º | 0.84% | 0.66% | - |
| HSV(B) | 339.86º | 0.59% | 0.95% | - |
| XYZ | 45.83 | 29.51 | 30.47 | - |
| YUV | 146.23 | 127.88 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 146 | 0 | 0.59 | 0.39 | 0.05 | 339.86 | 0.84 | 0.66 |
| Hex | F1 | 62 | 92 | 0 | 3B | 27 | 5 | 154 | 54 | 42 |
| Octal | 361 | 142 | 222 | 0 | 73 | 47 | 5 | 524 | 124 | 102 |
| Binary | 11110001 | 1100010 | 10010010 | 0 | 111011 | 100111 | 101 | 101010100 | 1010100 | 1000010 |
Color Harmonies of #F16292
Complementary color
Monochromatic Colors of #F16292
Black with #F16292
Text Example
Text Example
White with #F16292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16292; }
p { color: rgb(241,98,146); }
H1.HeaderClassName
{
color: #F16292;
}
.AnyTagClassName
{
color: #F16292;
}
</style>
background-color css
<style>
a { background-color: #F16292; }
a { background-color: rgb(241,98,146); }
div.DivClassName
{
background-color: #F16292;
}
.BgClassName
{
background-color: #F16292;
}
</style>
border-color css
<style>
span { border-color: #F16292; }
span { border-color: rgb(241,98,146); }
td.TdClassName
{
border-color: #F16292;
}
.TagClassName
{
border-color: #F16292;
}
</style>