Shades of Deep Blush #F17085
Tints of Deep Blush #F17085
RGB
CMYK
RGB Variations
Color information
#F17085 (or 0xF17085) is known color: Deep Blush. HEX triplet: F1, 70 and 85. RGB value is (241,112,133). Sum of RGB (Red+Green+Blue) = 241+112+133=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F17085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17085 is #0E8F7A. Grayscale: #999999. Windows color (decimal): -954235 or 8745201. OLE color: 8745201.
HSL color Cylindrical-coordinate representation of color #F17085: hue angle of 350.23º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F17085 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 133 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.05 |
| HSL | 350.23º | 0.82% | 0.69% | - |
| HSV(B) | 350.23º | 0.54% | 0.95% | - |
| XYZ | 46.3 | 31.98 | 25.92 | - |
| YUV | 152.97 | 116.74 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 133 | 0 | 0.54 | 0.45 | 0.05 | 350.23 | 0.82 | 0.69 |
| Hex | F1 | 70 | 85 | 0 | 36 | 2D | 5 | 15E | 52 | 45 |
| Octal | 361 | 160 | 205 | 0 | 66 | 55 | 5 | 536 | 122 | 105 |
| Binary | 11110001 | 1110000 | 10000101 | 0 | 110110 | 101101 | 101 | 101011110 | 1010010 | 1000101 |
Color Harmonies of #F17085
Complementary color
Monochromatic Colors of #F17085
Black with #F17085
Text Example
Text Example
White with #F17085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17085; }
p { color: rgb(241,112,133); }
H1.HeaderClassName
{
color: #F17085;
}
.AnyTagClassName
{
color: #F17085;
}
</style>
background-color css
<style>
a { background-color: #F17085; }
a { background-color: rgb(241,112,133); }
div.DivClassName
{
background-color: #F17085;
}
.BgClassName
{
background-color: #F17085;
}
</style>
border-color css
<style>
span { border-color: #F17085; }
span { border-color: rgb(241,112,133); }
td.TdClassName
{
border-color: #F17085;
}
.TagClassName
{
border-color: #F17085;
}
</style>