Shades of Deep Blush #F1678D
Tints of Deep Blush #F1678D
RGB
CMYK
RGB Variations
Color information
#F1678D (or 0xF1678D) is known color: Deep Blush. HEX triplet: F1, 67 and 8D. RGB value is (241,103,141). Sum of RGB (Red+Green+Blue) = 241+103+141=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1678D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1678D is #0E9872. Grayscale: #949494. Windows color (decimal): -956531 or 9267185. OLE color: 9267185.
HSL color Cylindrical-coordinate representation of color #F1678D: hue angle of 343.48º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F1678D is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 141 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.05 |
| HSL | 343.48º | 0.83% | 0.67% | - |
| HSV(B) | 343.48º | 0.57% | 0.95% | - |
| XYZ | 45.93 | 30.32 | 28.63 | - |
| YUV | 148.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 141 | 0 | 0.57 | 0.41 | 0.05 | 343.48 | 0.83 | 0.67 |
| Hex | F1 | 67 | 8D | 0 | 39 | 29 | 5 | 157 | 53 | 43 |
| Octal | 361 | 147 | 215 | 0 | 71 | 51 | 5 | 527 | 123 | 103 |
| Binary | 11110001 | 1100111 | 10001101 | 0 | 111001 | 101001 | 101 | 101010111 | 1010011 | 1000011 |
Color Harmonies of #F1678D
Complementary color
Monochromatic Colors of #F1678D
Black with #F1678D
Text Example
Text Example
White with #F1678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1678D; }
p { color: rgb(241,103,141); }
H1.HeaderClassName
{
color: #F1678D;
}
.AnyTagClassName
{
color: #F1678D;
}
</style>
background-color css
<style>
a { background-color: #F1678D; }
a { background-color: rgb(241,103,141); }
div.DivClassName
{
background-color: #F1678D;
}
.BgClassName
{
background-color: #F1678D;
}
</style>
border-color css
<style>
span { border-color: #F1678D; }
span { border-color: rgb(241,103,141); }
td.TdClassName
{
border-color: #F1678D;
}
.TagClassName
{
border-color: #F1678D;
}
</style>