Shades of Deep Blush #F16F98
Tints of Deep Blush #F16F98
RGB
CMYK
RGB Variations
Color information
#F16F98 (or 0xF16F98) is known color: Deep Blush. HEX triplet: F1, 6F and 98. RGB value is (241,111,152). Sum of RGB (Red+Green+Blue) = 241+111+152=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16F98 is #0E9067. Grayscale: #9A9A9A. Windows color (decimal): -954472 or 9990129. OLE color: 9990129.
HSL color Cylindrical-coordinate representation of color #F16F98: hue angle of 341.08º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16F98 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 152 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.05 |
| HSL | 341.08º | 0.82% | 0.69% | - |
| HSV(B) | 341.08º | 0.54% | 0.95% | - |
| XYZ | 47.63 | 32.34 | 33.44 | - |
| YUV | 154.54 | 126.57 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 152 | 0 | 0.54 | 0.37 | 0.05 | 341.08 | 0.82 | 0.69 |
| Hex | F1 | 6F | 98 | 0 | 36 | 25 | 5 | 155 | 52 | 45 |
| Octal | 361 | 157 | 230 | 0 | 66 | 45 | 5 | 525 | 122 | 105 |
| Binary | 11110001 | 1101111 | 10011000 | 0 | 110110 | 100101 | 101 | 101010101 | 1010010 | 1000101 |
Color Harmonies of #F16F98
Complementary color
Monochromatic Colors of #F16F98
Black with #F16F98
Text Example
Text Example
White with #F16F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F98; }
p { color: rgb(241,111,152); }
H1.HeaderClassName
{
color: #F16F98;
}
.AnyTagClassName
{
color: #F16F98;
}
</style>
background-color css
<style>
a { background-color: #F16F98; }
a { background-color: rgb(241,111,152); }
div.DivClassName
{
background-color: #F16F98;
}
.BgClassName
{
background-color: #F16F98;
}
</style>
border-color css
<style>
span { border-color: #F16F98; }
span { border-color: rgb(241,111,152); }
td.TdClassName
{
border-color: #F16F98;
}
.TagClassName
{
border-color: #F16F98;
}
</style>