Shades of Deep Blush #F16D9A
Tints of Deep Blush #F16D9A
RGB
CMYK
RGB Variations
Color information
#F16D9A (or 0xF16D9A) is known color: Deep Blush. HEX triplet: F1, 6D and 9A. RGB value is (241,109,154). Sum of RGB (Red+Green+Blue) = 241+109+154=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16D9A is #0E9265. Grayscale: #999999. Windows color (decimal): -954982 or 10120689. OLE color: 10120689.
HSL color Cylindrical-coordinate representation of color #F16D9A: hue angle of 339.55º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16D9A is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 154 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.05 |
| HSL | 339.55º | 0.83% | 0.69% | - |
| HSV(B) | 339.55º | 0.55% | 0.95% | - |
| XYZ | 47.58 | 31.97 | 34.24 | - |
| YUV | 153.6 | 128.23 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 154 | 0 | 0.55 | 0.36 | 0.05 | 339.55 | 0.83 | 0.69 |
| Hex | F1 | 6D | 9A | 0 | 37 | 24 | 5 | 154 | 52 | 45 |
| Octal | 361 | 155 | 232 | 0 | 67 | 44 | 5 | 524 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10011010 | 0 | 110111 | 100100 | 101 | 101010100 | 1010010 | 1000101 |
Color Harmonies of #F16D9A
Complementary color
Monochromatic Colors of #F16D9A
Black with #F16D9A
Text Example
Text Example
White with #F16D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D9A; }
p { color: rgb(241,109,154); }
H1.HeaderClassName
{
color: #F16D9A;
}
.AnyTagClassName
{
color: #F16D9A;
}
</style>
background-color css
<style>
a { background-color: #F16D9A; }
a { background-color: rgb(241,109,154); }
div.DivClassName
{
background-color: #F16D9A;
}
.BgClassName
{
background-color: #F16D9A;
}
</style>
border-color css
<style>
span { border-color: #F16D9A; }
span { border-color: rgb(241,109,154); }
td.TdClassName
{
border-color: #F16D9A;
}
.TagClassName
{
border-color: #F16D9A;
}
</style>