Shades of Deep Blush #F16497
Tints of Deep Blush #F16497
RGB
CMYK
RGB Variations
Color information
#F16497 (or 0xF16497) is known color: Deep Blush. HEX triplet: F1, 64 and 97. RGB value is (241,100,151). Sum of RGB (Red+Green+Blue) = 241+100+151=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F16497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16497 is #0E9B68. Grayscale: #939393. Windows color (decimal): -957289 or 9921777. OLE color: 9921777.
HSL color Cylindrical-coordinate representation of color #F16497: hue angle of 338.3º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16497 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 151 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.05 |
| HSL | 338.3º | 0.83% | 0.67% | - |
| HSV(B) | 338.3º | 0.59% | 0.95% | - |
| XYZ | 46.42 | 30.05 | 32.63 | - |
| YUV | 147.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 151 | 0 | 0.59 | 0.37 | 0.05 | 338.3 | 0.83 | 0.67 |
| Hex | F1 | 64 | 97 | 0 | 3B | 25 | 5 | 152 | 53 | 43 |
| Octal | 361 | 144 | 227 | 0 | 73 | 45 | 5 | 522 | 123 | 103 |
| Binary | 11110001 | 1100100 | 10010111 | 0 | 111011 | 100101 | 101 | 101010010 | 1010011 | 1000011 |
Color Harmonies of #F16497
Complementary color
Monochromatic Colors of #F16497
Black with #F16497
Text Example
Text Example
White with #F16497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16497; }
p { color: rgb(241,100,151); }
H1.HeaderClassName
{
color: #F16497;
}
.AnyTagClassName
{
color: #F16497;
}
</style>
background-color css
<style>
a { background-color: #F16497; }
a { background-color: rgb(241,100,151); }
div.DivClassName
{
background-color: #F16497;
}
.BgClassName
{
background-color: #F16497;
}
</style>
border-color css
<style>
span { border-color: #F16497; }
span { border-color: rgb(241,100,151); }
td.TdClassName
{
border-color: #F16497;
}
.TagClassName
{
border-color: #F16497;
}
</style>