Shades of Deep Blush #F16293
Tints of Deep Blush #F16293
RGB
CMYK
RGB Variations
Color information
#F16293 (or 0xF16293) is known color: Deep Blush. HEX triplet: F1, 62 and 93. RGB value is (241,98,147). Sum of RGB (Red+Green+Blue) = 241+98+147=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F16293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16293 is #0E9D6C. Grayscale: #929292. Windows color (decimal): -957805 or 9659121. OLE color: 9659121.
HSL color Cylindrical-coordinate representation of color #F16293: hue angle of 339.44º 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 #F16293 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 147 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.05 |
| HSL | 339.44º | 0.84% | 0.66% | - |
| HSV(B) | 339.44º | 0.59% | 0.95% | - |
| XYZ | 45.91 | 29.54 | 30.89 | - |
| YUV | 146.34 | 128.38 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 147 | 0 | 0.59 | 0.39 | 0.05 | 339.44 | 0.84 | 0.66 |
| Hex | F1 | 62 | 93 | 0 | 3B | 27 | 5 | 153 | 54 | 42 |
| Octal | 361 | 142 | 223 | 0 | 73 | 47 | 5 | 523 | 124 | 102 |
| Binary | 11110001 | 1100010 | 10010011 | 0 | 111011 | 100111 | 101 | 101010011 | 1010100 | 1000010 |
Color Harmonies of #F16293
Complementary color
Monochromatic Colors of #F16293
Black with #F16293
Text Example
Text Example
White with #F16293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16293; }
p { color: rgb(241,98,147); }
H1.HeaderClassName
{
color: #F16293;
}
.AnyTagClassName
{
color: #F16293;
}
</style>
background-color css
<style>
a { background-color: #F16293; }
a { background-color: rgb(241,98,147); }
div.DivClassName
{
background-color: #F16293;
}
.BgClassName
{
background-color: #F16293;
}
</style>
border-color css
<style>
span { border-color: #F16293; }
span { border-color: rgb(241,98,147); }
td.TdClassName
{
border-color: #F16293;
}
.TagClassName
{
border-color: #F16293;
}
</style>