Shades of Deep Blush #F17685
Tints of Deep Blush #F17685
RGB
CMYK
RGB Variations
Color information
#F17685 (or 0xF17685) is known color: Deep Blush. HEX triplet: F1, 76 and 85. RGB value is (241,118,133). Sum of RGB (Red+Green+Blue) = 241+118+133=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F17685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17685 is #0E897A. Grayscale: #9C9C9C. Windows color (decimal): -952699 or 8746737. OLE color: 8746737.
HSL color Cylindrical-coordinate representation of color #F17685: hue angle of 352.68º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F17685 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 118 | 133 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.05 |
| HSL | 352.68º | 0.81% | 0.7% | - |
| HSV(B) | 352.68º | 0.51% | 0.95% | - |
| XYZ | 46.99 | 33.35 | 26.15 | - |
| YUV | 156.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 118 | 133 | 0 | 0.51 | 0.45 | 0.05 | 352.68 | 0.81 | 0.7 |
| Hex | F1 | 76 | 85 | 0 | 33 | 2D | 5 | 161 | 51 | 46 |
| Octal | 361 | 166 | 205 | 0 | 63 | 55 | 5 | 541 | 121 | 106 |
| Binary | 11110001 | 1110110 | 10000101 | 0 | 110011 | 101101 | 101 | 101100001 | 1010001 | 1000110 |
Color Harmonies of #F17685
Complementary color
Monochromatic Colors of #F17685
Black with #F17685
Text Example
Text Example
White with #F17685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17685; }
p { color: rgb(241,118,133); }
H1.HeaderClassName
{
color: #F17685;
}
.AnyTagClassName
{
color: #F17685;
}
</style>
background-color css
<style>
a { background-color: #F17685; }
a { background-color: rgb(241,118,133); }
div.DivClassName
{
background-color: #F17685;
}
.BgClassName
{
background-color: #F17685;
}
</style>
border-color css
<style>
span { border-color: #F17685; }
span { border-color: rgb(241,118,133); }
td.TdClassName
{
border-color: #F17685;
}
.TagClassName
{
border-color: #F17685;
}
</style>