Shades of Deep Blush #F17187
Tints of Deep Blush #F17187
RGB
CMYK
RGB Variations
Color information
#F17187 (or 0xF17187) is known color: Deep Blush. HEX triplet: F1, 71 and 87. RGB value is (241,113,135). Sum of RGB (Red+Green+Blue) = 241+113+135=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F17187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17187 is #0E8E78. Grayscale: #999999. Windows color (decimal): -953977 or 8876529. OLE color: 8876529.
HSL color Cylindrical-coordinate representation of color #F17187: hue angle of 349.69º 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 #F17187 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 135 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.05 |
| HSL | 349.69º | 0.82% | 0.69% | - |
| HSV(B) | 349.69º | 0.53% | 0.95% | - |
| XYZ | 46.55 | 32.26 | 26.69 | - |
| YUV | 153.78 | 117.41 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 135 | 0 | 0.53 | 0.44 | 0.05 | 349.69 | 0.82 | 0.69 |
| Hex | F1 | 71 | 87 | 0 | 35 | 2C | 5 | 15E | 52 | 45 |
| Octal | 361 | 161 | 207 | 0 | 65 | 54 | 5 | 536 | 122 | 105 |
| Binary | 11110001 | 1110001 | 10000111 | 0 | 110101 | 101100 | 101 | 101011110 | 1010010 | 1000101 |
Color Harmonies of #F17187
Complementary color
Monochromatic Colors of #F17187
Black with #F17187
Text Example
Text Example
White with #F17187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17187; }
p { color: rgb(241,113,135); }
H1.HeaderClassName
{
color: #F17187;
}
.AnyTagClassName
{
color: #F17187;
}
</style>
background-color css
<style>
a { background-color: #F17187; }
a { background-color: rgb(241,113,135); }
div.DivClassName
{
background-color: #F17187;
}
.BgClassName
{
background-color: #F17187;
}
</style>
border-color css
<style>
span { border-color: #F17187; }
span { border-color: rgb(241,113,135); }
td.TdClassName
{
border-color: #F17187;
}
.TagClassName
{
border-color: #F17187;
}
</style>