Shades of Deep Blush #F17488
Tints of Deep Blush #F17488
RGB
CMYK
RGB Variations
Color information
#F17488 (or 0xF17488) is known color: Deep Blush. HEX triplet: F1, 74 and 88. RGB value is (241,116,136). Sum of RGB (Red+Green+Blue) = 241+116+136=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F17488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17488 is #0E8B77. Grayscale: #9B9B9B. Windows color (decimal): -953208 or 8942833. OLE color: 8942833.
HSL color Cylindrical-coordinate representation of color #F17488: hue angle of 350.4º 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 #F17488 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 136 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.05 |
| HSL | 350.4º | 0.82% | 0.7% | - |
| HSV(B) | 350.4º | 0.52% | 0.95% | - |
| XYZ | 46.96 | 32.97 | 27.18 | - |
| YUV | 155.66 | 116.91 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 136 | 0 | 0.52 | 0.44 | 0.05 | 350.4 | 0.82 | 0.7 |
| Hex | F1 | 74 | 88 | 0 | 34 | 2C | 5 | 15E | 52 | 46 |
| Octal | 361 | 164 | 210 | 0 | 64 | 54 | 5 | 536 | 122 | 106 |
| Binary | 11110001 | 1110100 | 10001000 | 0 | 110100 | 101100 | 101 | 101011110 | 1010010 | 1000110 |
Color Harmonies of #F17488
Complementary color
Monochromatic Colors of #F17488
Black with #F17488
Text Example
Text Example
White with #F17488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17488; }
p { color: rgb(241,116,136); }
H1.HeaderClassName
{
color: #F17488;
}
.AnyTagClassName
{
color: #F17488;
}
</style>
background-color css
<style>
a { background-color: #F17488; }
a { background-color: rgb(241,116,136); }
div.DivClassName
{
background-color: #F17488;
}
.BgClassName
{
background-color: #F17488;
}
</style>
border-color css
<style>
span { border-color: #F17488; }
span { border-color: rgb(241,116,136); }
td.TdClassName
{
border-color: #F17488;
}
.TagClassName
{
border-color: #F17488;
}
</style>