Shades of Deep Blush #F17385
Tints of Deep Blush #F17385
RGB
CMYK
RGB Variations
Color information
#F17385 (or 0xF17385) is known color: Deep Blush. HEX triplet: F1, 73 and 85. RGB value is (241,115,133). Sum of RGB (Red+Green+Blue) = 241+115+133=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F17385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17385 is #0E8C7A. Grayscale: #9A9A9A. Windows color (decimal): -953467 or 8745969. OLE color: 8745969.
HSL color Cylindrical-coordinate representation of color #F17385: hue angle of 351.43º 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 #F17385 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 133 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.05 |
| HSL | 351.43º | 0.82% | 0.7% | - |
| HSV(B) | 351.43º | 0.52% | 0.95% | - |
| XYZ | 46.64 | 32.66 | 26.04 | - |
| YUV | 154.73 | 115.74 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 133 | 0 | 0.52 | 0.45 | 0.05 | 351.43 | 0.82 | 0.7 |
| Hex | F1 | 73 | 85 | 0 | 34 | 2D | 5 | 15F | 52 | 46 |
| Octal | 361 | 163 | 205 | 0 | 64 | 55 | 5 | 537 | 122 | 106 |
| Binary | 11110001 | 1110011 | 10000101 | 0 | 110100 | 101101 | 101 | 101011111 | 1010010 | 1000110 |
Color Harmonies of #F17385
Complementary color
Monochromatic Colors of #F17385
Black with #F17385
Text Example
Text Example
White with #F17385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17385; }
p { color: rgb(241,115,133); }
H1.HeaderClassName
{
color: #F17385;
}
.AnyTagClassName
{
color: #F17385;
}
</style>
background-color css
<style>
a { background-color: #F17385; }
a { background-color: rgb(241,115,133); }
div.DivClassName
{
background-color: #F17385;
}
.BgClassName
{
background-color: #F17385;
}
</style>
border-color css
<style>
span { border-color: #F17385; }
span { border-color: rgb(241,115,133); }
td.TdClassName
{
border-color: #F17385;
}
.TagClassName
{
border-color: #F17385;
}
</style>