Shades of Deep Blush #F17487
Tints of Deep Blush #F17487
RGB
CMYK
RGB Variations
Color information
#F17487 (or 0xF17487) is known color: Deep Blush. HEX triplet: F1, 74 and 87. RGB value is (241,116,135). Sum of RGB (Red+Green+Blue) = 241+116+135=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F17487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17487 is #0E8B78. Grayscale: #9B9B9B. Windows color (decimal): -953209 or 8877297. OLE color: 8877297.
HSL color Cylindrical-coordinate representation of color #F17487: hue angle of 350.88º 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 #F17487 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 135 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.05 |
| HSL | 350.88º | 0.82% | 0.7% | - |
| HSV(B) | 350.88º | 0.52% | 0.95% | - |
| XYZ | 46.89 | 32.94 | 26.81 | - |
| YUV | 155.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 135 | 0 | 0.52 | 0.44 | 0.05 | 350.88 | 0.82 | 0.7 |
| Hex | F1 | 74 | 87 | 0 | 34 | 2C | 5 | 15F | 52 | 46 |
| Octal | 361 | 164 | 207 | 0 | 64 | 54 | 5 | 537 | 122 | 106 |
| Binary | 11110001 | 1110100 | 10000111 | 0 | 110100 | 101100 | 101 | 101011111 | 1010010 | 1000110 |
Color Harmonies of #F17487
Complementary color
Monochromatic Colors of #F17487
Black with #F17487
Text Example
Text Example
White with #F17487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17487; }
p { color: rgb(241,116,135); }
H1.HeaderClassName
{
color: #F17487;
}
.AnyTagClassName
{
color: #F17487;
}
</style>
background-color css
<style>
a { background-color: #F17487; }
a { background-color: rgb(241,116,135); }
div.DivClassName
{
background-color: #F17487;
}
.BgClassName
{
background-color: #F17487;
}
</style>
border-color css
<style>
span { border-color: #F17487; }
span { border-color: rgb(241,116,135); }
td.TdClassName
{
border-color: #F17487;
}
.TagClassName
{
border-color: #F17487;
}
</style>