Shades of Deep Blush #F1758C
Tints of Deep Blush #F1758C
RGB
CMYK
RGB Variations
Color information
#F1758C (or 0xF1758C) is known color: Deep Blush. HEX triplet: F1, 75 and 8C. RGB value is (241,117,140). Sum of RGB (Red+Green+Blue) = 241+117+140=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1758C is #0E8A73. Grayscale: #9C9C9C. Windows color (decimal): -952948 or 9205233. OLE color: 9205233.
HSL color Cylindrical-coordinate representation of color #F1758C: hue angle of 348.87º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1758C is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 140 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.05 |
| HSL | 348.87º | 0.82% | 0.7% | - |
| HSV(B) | 348.87º | 0.51% | 0.95% | - |
| XYZ | 47.37 | 33.32 | 28.75 | - |
| YUV | 156.7 | 118.58 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 140 | 0 | 0.51 | 0.42 | 0.05 | 348.87 | 0.82 | 0.7 |
| Hex | F1 | 75 | 8C | 0 | 33 | 2A | 5 | 15D | 52 | 46 |
| Octal | 361 | 165 | 214 | 0 | 63 | 52 | 5 | 535 | 122 | 106 |
| Binary | 11110001 | 1110101 | 10001100 | 0 | 110011 | 101010 | 101 | 101011101 | 1010010 | 1000110 |
Color Harmonies of #F1758C
Complementary color
Monochromatic Colors of #F1758C
Black with #F1758C
Text Example
Text Example
White with #F1758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1758C; }
p { color: rgb(241,117,140); }
H1.HeaderClassName
{
color: #F1758C;
}
.AnyTagClassName
{
color: #F1758C;
}
</style>
background-color css
<style>
a { background-color: #F1758C; }
a { background-color: rgb(241,117,140); }
div.DivClassName
{
background-color: #F1758C;
}
.BgClassName
{
background-color: #F1758C;
}
</style>
border-color css
<style>
span { border-color: #F1758C; }
span { border-color: rgb(241,117,140); }
td.TdClassName
{
border-color: #F1758C;
}
.TagClassName
{
border-color: #F1758C;
}
</style>