Shades of Deep Blush #F16F9A
Tints of Deep Blush #F16F9A
RGB
CMYK
RGB Variations
Color information
#F16F9A (or 0xF16F9A) is known color: Deep Blush. HEX triplet: F1, 6F and 9A. RGB value is (241,111,154). Sum of RGB (Red+Green+Blue) = 241+111+154=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16F9A is #0E9065. Grayscale: #9A9A9A. Windows color (decimal): -954470 or 10121201. OLE color: 10121201.
HSL color Cylindrical-coordinate representation of color #F16F9A: hue angle of 340.15º 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 #F16F9A is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 154 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.05 |
| HSL | 340.15º | 0.82% | 0.69% | - |
| HSV(B) | 340.15º | 0.54% | 0.95% | - |
| XYZ | 47.79 | 32.4 | 34.31 | - |
| YUV | 154.77 | 127.57 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 154 | 0 | 0.54 | 0.36 | 0.05 | 340.15 | 0.82 | 0.69 |
| Hex | F1 | 6F | 9A | 0 | 36 | 24 | 5 | 154 | 52 | 45 |
| Octal | 361 | 157 | 232 | 0 | 66 | 44 | 5 | 524 | 122 | 105 |
| Binary | 11110001 | 1101111 | 10011010 | 0 | 110110 | 100100 | 101 | 101010100 | 1010010 | 1000101 |
Color Harmonies of #F16F9A
Complementary color
Monochromatic Colors of #F16F9A
Black with #F16F9A
Text Example
Text Example
White with #F16F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F9A; }
p { color: rgb(241,111,154); }
H1.HeaderClassName
{
color: #F16F9A;
}
.AnyTagClassName
{
color: #F16F9A;
}
</style>
background-color css
<style>
a { background-color: #F16F9A; }
a { background-color: rgb(241,111,154); }
div.DivClassName
{
background-color: #F16F9A;
}
.BgClassName
{
background-color: #F16F9A;
}
</style>
border-color css
<style>
span { border-color: #F16F9A; }
span { border-color: rgb(241,111,154); }
td.TdClassName
{
border-color: #F16F9A;
}
.TagClassName
{
border-color: #F16F9A;
}
</style>