Shades of Deep Blush #F1658D
Tints of Deep Blush #F1658D
RGB
CMYK
RGB Variations
Color information
#F1658D (or 0xF1658D) is known color: Deep Blush. HEX triplet: F1, 65 and 8D. RGB value is (241,101,141). Sum of RGB (Red+Green+Blue) = 241+101+141=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F1658D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1658D is #0E9A72. Grayscale: #939393. Windows color (decimal): -957043 or 9266673. OLE color: 9266673.
HSL color Cylindrical-coordinate representation of color #F1658D: hue angle of 342.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1658D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 141 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.05 |
| HSL | 342.86º | 0.83% | 0.67% | - |
| HSV(B) | 342.86º | 0.58% | 0.95% | - |
| XYZ | 45.74 | 29.93 | 28.57 | - |
| YUV | 147.42 | 124.38 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 141 | 0 | 0.58 | 0.41 | 0.05 | 342.86 | 0.83 | 0.67 |
| Hex | F1 | 65 | 8D | 0 | 3A | 29 | 5 | 157 | 53 | 43 |
| Octal | 361 | 145 | 215 | 0 | 72 | 51 | 5 | 527 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10001101 | 0 | 111010 | 101001 | 101 | 101010111 | 1010011 | 1000011 |
Color Harmonies of #F1658D
Complementary color
Monochromatic Colors of #F1658D
Black with #F1658D
Text Example
Text Example
White with #F1658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1658D; }
p { color: rgb(241,101,141); }
H1.HeaderClassName
{
color: #F1658D;
}
.AnyTagClassName
{
color: #F1658D;
}
</style>
background-color css
<style>
a { background-color: #F1658D; }
a { background-color: rgb(241,101,141); }
div.DivClassName
{
background-color: #F1658D;
}
.BgClassName
{
background-color: #F1658D;
}
</style>
border-color css
<style>
span { border-color: #F1658D; }
span { border-color: rgb(241,101,141); }
td.TdClassName
{
border-color: #F1658D;
}
.TagClassName
{
border-color: #F1658D;
}
</style>