Shades of Deep Blush #F16892
Tints of Deep Blush #F16892
RGB
CMYK
RGB Variations
Color information
#F16892 (or 0xF16892) is known color: Deep Blush. HEX triplet: F1, 68 and 92. RGB value is (241,104,146). Sum of RGB (Red+Green+Blue) = 241+104+146=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F16892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16892 is #0E976D. Grayscale: #959595. Windows color (decimal): -956270 or 9595121. OLE color: 9595121.
HSL color Cylindrical-coordinate representation of color #F16892: hue angle of 341.61º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F16892 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 146 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.05 |
| HSL | 341.61º | 0.83% | 0.68% | - |
| HSV(B) | 341.61º | 0.57% | 0.95% | - |
| XYZ | 46.41 | 30.68 | 30.67 | - |
| YUV | 149.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 146 | 0 | 0.57 | 0.39 | 0.05 | 341.61 | 0.83 | 0.68 |
| Hex | F1 | 68 | 92 | 0 | 39 | 27 | 5 | 156 | 53 | 44 |
| Octal | 361 | 150 | 222 | 0 | 71 | 47 | 5 | 526 | 123 | 104 |
| Binary | 11110001 | 1101000 | 10010010 | 0 | 111001 | 100111 | 101 | 101010110 | 1010011 | 1000100 |
Color Harmonies of #F16892
Complementary color
Monochromatic Colors of #F16892
Black with #F16892
Text Example
Text Example
White with #F16892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16892; }
p { color: rgb(241,104,146); }
H1.HeaderClassName
{
color: #F16892;
}
.AnyTagClassName
{
color: #F16892;
}
</style>
background-color css
<style>
a { background-color: #F16892; }
a { background-color: rgb(241,104,146); }
div.DivClassName
{
background-color: #F16892;
}
.BgClassName
{
background-color: #F16892;
}
</style>
border-color css
<style>
span { border-color: #F16892; }
span { border-color: rgb(241,104,146); }
td.TdClassName
{
border-color: #F16892;
}
.TagClassName
{
border-color: #F16892;
}
</style>