Shades of Deep Blush #F16092
Tints of Deep Blush #F16092
RGB
CMYK
RGB Variations
Color information
#F16092 (or 0xF16092) is known color: Deep Blush. HEX triplet: F1, 60 and 92. RGB value is (241,96,146). Sum of RGB (Red+Green+Blue) = 241+96+146=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F16092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16092 is #0E9F6D. Grayscale: #919191. Windows color (decimal): -958318 or 9593073. OLE color: 9593073.
HSL color Cylindrical-coordinate representation of color #F16092: hue angle of 339.31º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16092 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 146 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.05 |
| HSL | 339.31º | 0.84% | 0.66% | - |
| HSV(B) | 339.31º | 0.6% | 0.95% | - |
| XYZ | 45.65 | 29.14 | 30.41 | - |
| YUV | 145.06 | 128.54 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 146 | 0 | 0.60 | 0.39 | 0.05 | 339.31 | 0.84 | 0.66 |
| Hex | F1 | 60 | 92 | 0 | 3C | 27 | 5 | 153 | 54 | 42 |
| Octal | 361 | 140 | 222 | 0 | 74 | 47 | 5 | 523 | 124 | 102 |
| Binary | 11110001 | 1100000 | 10010010 | 0 | 111100 | 100111 | 101 | 101010011 | 1010100 | 1000010 |
Color Harmonies of #F16092
Complementary color
Monochromatic Colors of #F16092
Black with #F16092
Text Example
Text Example
White with #F16092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16092; }
p { color: rgb(241,96,146); }
H1.HeaderClassName
{
color: #F16092;
}
.AnyTagClassName
{
color: #F16092;
}
</style>
background-color css
<style>
a { background-color: #F16092; }
a { background-color: rgb(241,96,146); }
div.DivClassName
{
background-color: #F16092;
}
.BgClassName
{
background-color: #F16092;
}
</style>
border-color css
<style>
span { border-color: #F16092; }
span { border-color: rgb(241,96,146); }
td.TdClassName
{
border-color: #F16092;
}
.TagClassName
{
border-color: #F16092;
}
</style>