Shades of Deep Blush #F17185
Tints of Deep Blush #F17185
RGB
CMYK
RGB Variations
Color information
#F17185 (or 0xF17185) is known color: Deep Blush. HEX triplet: F1, 71 and 85. RGB value is (241,113,133). Sum of RGB (Red+Green+Blue) = 241+113+133=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F17185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17185 is #0E8E7A. Grayscale: #999999. Windows color (decimal): -953979 or 8745457. OLE color: 8745457.
HSL color Cylindrical-coordinate representation of color #F17185: hue angle of 350.62º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F17185 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 133 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.05 |
| HSL | 350.63º | 0.82% | 0.69% | - |
| HSV(B) | 350.63º | 0.53% | 0.95% | - |
| XYZ | 46.41 | 32.2 | 25.96 | - |
| YUV | 153.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 133 | 0 | 0.53 | 0.45 | 0.05 | 350.63 | 0.82 | 0.69 |
| Hex | F1 | 71 | 85 | 0 | 35 | 2D | 5 | 15F | 52 | 45 |
| Octal | 361 | 161 | 205 | 0 | 65 | 55 | 5 | 537 | 122 | 105 |
| Binary | 11110001 | 1110001 | 10000101 | 0 | 110101 | 101101 | 101 | 101011111 | 1010010 | 1000101 |
Color Harmonies of #F17185
Complementary color
Monochromatic Colors of #F17185
Black with #F17185
Text Example
Text Example
White with #F17185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17185; }
p { color: rgb(241,113,133); }
H1.HeaderClassName
{
color: #F17185;
}
.AnyTagClassName
{
color: #F17185;
}
</style>
background-color css
<style>
a { background-color: #F17185; }
a { background-color: rgb(241,113,133); }
div.DivClassName
{
background-color: #F17185;
}
.BgClassName
{
background-color: #F17185;
}
</style>
border-color css
<style>
span { border-color: #F17185; }
span { border-color: rgb(241,113,133); }
td.TdClassName
{
border-color: #F17185;
}
.TagClassName
{
border-color: #F17185;
}
</style>