Shades of Deep Blush #F17785
Tints of Deep Blush #F17785
RGB
CMYK
RGB Variations
Color information
#F17785 (or 0xF17785) is known color: Deep Blush. HEX triplet: F1, 77 and 85. RGB value is (241,119,133). Sum of RGB (Red+Green+Blue) = 241+119+133=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F17785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17785 is #0E887A. Grayscale: #9D9D9D. Windows color (decimal): -952443 or 8746993. OLE color: 8746993.
HSL color Cylindrical-coordinate representation of color #F17785: hue angle of 353.11º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F17785 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 133 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.05 |
| HSL | 353.11º | 0.81% | 0.71% | - |
| HSV(B) | 353.11º | 0.51% | 0.95% | - |
| XYZ | 47.11 | 33.59 | 26.19 | - |
| YUV | 157.07 | 114.42 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 133 | 0 | 0.51 | 0.45 | 0.05 | 353.11 | 0.81 | 0.71 |
| Hex | F1 | 77 | 85 | 0 | 33 | 2D | 5 | 161 | 51 | 47 |
| Octal | 361 | 167 | 205 | 0 | 63 | 55 | 5 | 541 | 121 | 107 |
| Binary | 11110001 | 1110111 | 10000101 | 0 | 110011 | 101101 | 101 | 101100001 | 1010001 | 1000111 |
Color Harmonies of #F17785
Complementary color
Monochromatic Colors of #F17785
Black with #F17785
Text Example
Text Example
White with #F17785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17785; }
p { color: rgb(241,119,133); }
H1.HeaderClassName
{
color: #F17785;
}
.AnyTagClassName
{
color: #F17785;
}
</style>
background-color css
<style>
a { background-color: #F17785; }
a { background-color: rgb(241,119,133); }
div.DivClassName
{
background-color: #F17785;
}
.BgClassName
{
background-color: #F17785;
}
</style>
border-color css
<style>
span { border-color: #F17785; }
span { border-color: rgb(241,119,133); }
td.TdClassName
{
border-color: #F17785;
}
.TagClassName
{
border-color: #F17785;
}
</style>