Shades of Deep Blush #F17386
Tints of Deep Blush #F17386
RGB
CMYK
RGB Variations
Color information
#F17386 (or 0xF17386) is known color: Deep Blush. HEX triplet: F1, 73 and 86. RGB value is (241,115,134). Sum of RGB (Red+Green+Blue) = 241+115+134=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F17386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17386 is #0E8C79. Grayscale: #9A9A9A. Windows color (decimal): -953466 or 8811505. OLE color: 8811505.
HSL color Cylindrical-coordinate representation of color #F17386: hue angle of 350.95º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F17386 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 134 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.05 |
| HSL | 350.95º | 0.82% | 0.7% | - |
| HSV(B) | 350.95º | 0.52% | 0.95% | - |
| XYZ | 46.71 | 32.68 | 26.4 | - |
| YUV | 154.84 | 116.24 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 134 | 0 | 0.52 | 0.44 | 0.05 | 350.95 | 0.82 | 0.7 |
| Hex | F1 | 73 | 86 | 0 | 34 | 2C | 5 | 15F | 52 | 46 |
| Octal | 361 | 163 | 206 | 0 | 64 | 54 | 5 | 537 | 122 | 106 |
| Binary | 11110001 | 1110011 | 10000110 | 0 | 110100 | 101100 | 101 | 101011111 | 1010010 | 1000110 |
Color Harmonies of #F17386
Complementary color
Monochromatic Colors of #F17386
Black with #F17386
Text Example
Text Example
White with #F17386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17386; }
p { color: rgb(241,115,134); }
H1.HeaderClassName
{
color: #F17386;
}
.AnyTagClassName
{
color: #F17386;
}
</style>
background-color css
<style>
a { background-color: #F17386; }
a { background-color: rgb(241,115,134); }
div.DivClassName
{
background-color: #F17386;
}
.BgClassName
{
background-color: #F17386;
}
</style>
border-color css
<style>
span { border-color: #F17386; }
span { border-color: rgb(241,115,134); }
td.TdClassName
{
border-color: #F17386;
}
.TagClassName
{
border-color: #F17386;
}
</style>