Shades of Deep Blush #F16995
Tints of Deep Blush #F16995
RGB
CMYK
RGB Variations
Color information
#F16995 (or 0xF16995) is known color: Deep Blush. HEX triplet: F1, 69 and 95. RGB value is (241,105,149). Sum of RGB (Red+Green+Blue) = 241+105+149=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F16995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16995 is #0E966A. Grayscale: #969696. Windows color (decimal): -956011 or 9791985. OLE color: 9791985.
HSL color Cylindrical-coordinate representation of color #F16995: hue angle of 340.59º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16995 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 149 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.05 |
| HSL | 340.59º | 0.83% | 0.68% | - |
| HSV(B) | 340.59º | 0.56% | 0.95% | - |
| XYZ | 46.75 | 30.97 | 31.95 | - |
| YUV | 150.68 | 127.06 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 149 | 0 | 0.56 | 0.38 | 0.05 | 340.59 | 0.83 | 0.68 |
| Hex | F1 | 69 | 95 | 0 | 38 | 26 | 5 | 155 | 53 | 44 |
| Octal | 361 | 151 | 225 | 0 | 70 | 46 | 5 | 525 | 123 | 104 |
| Binary | 11110001 | 1101001 | 10010101 | 0 | 111000 | 100110 | 101 | 101010101 | 1010011 | 1000100 |
Color Harmonies of #F16995
Complementary color
Monochromatic Colors of #F16995
Black with #F16995
Text Example
Text Example
White with #F16995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16995; }
p { color: rgb(241,105,149); }
H1.HeaderClassName
{
color: #F16995;
}
.AnyTagClassName
{
color: #F16995;
}
</style>
background-color css
<style>
a { background-color: #F16995; }
a { background-color: rgb(241,105,149); }
div.DivClassName
{
background-color: #F16995;
}
.BgClassName
{
background-color: #F16995;
}
</style>
border-color css
<style>
span { border-color: #F16995; }
span { border-color: rgb(241,105,149); }
td.TdClassName
{
border-color: #F16995;
}
.TagClassName
{
border-color: #F16995;
}
</style>