Shades of Deep Blush #F1678F
Tints of Deep Blush #F1678F
RGB
CMYK
RGB Variations
Color information
#F1678F (or 0xF1678F) is known color: Deep Blush. HEX triplet: F1, 67 and 8F. RGB value is (241,103,143). Sum of RGB (Red+Green+Blue) = 241+103+143=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1678F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1678F is #0E9870. Grayscale: #949494. Windows color (decimal): -956529 or 9398257. OLE color: 9398257.
HSL color Cylindrical-coordinate representation of color #F1678F: hue angle of 342.61º 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 #F1678F is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 143 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.05 |
| HSL | 342.61º | 0.83% | 0.67% | - |
| HSV(B) | 342.61º | 0.57% | 0.95% | - |
| XYZ | 46.08 | 30.38 | 29.42 | - |
| YUV | 148.82 | 124.72 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 143 | 0 | 0.57 | 0.41 | 0.05 | 342.61 | 0.83 | 0.67 |
| Hex | F1 | 67 | 8F | 0 | 39 | 29 | 5 | 157 | 53 | 43 |
| Octal | 361 | 147 | 217 | 0 | 71 | 51 | 5 | 527 | 123 | 103 |
| Binary | 11110001 | 1100111 | 10001111 | 0 | 111001 | 101001 | 101 | 101010111 | 1010011 | 1000011 |
Color Harmonies of #F1678F
Complementary color
Monochromatic Colors of #F1678F
Black with #F1678F
Text Example
Text Example
White with #F1678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1678F; }
p { color: rgb(241,103,143); }
H1.HeaderClassName
{
color: #F1678F;
}
.AnyTagClassName
{
color: #F1678F;
}
</style>
background-color css
<style>
a { background-color: #F1678F; }
a { background-color: rgb(241,103,143); }
div.DivClassName
{
background-color: #F1678F;
}
.BgClassName
{
background-color: #F1678F;
}
</style>
border-color css
<style>
span { border-color: #F1678F; }
span { border-color: rgb(241,103,143); }
td.TdClassName
{
border-color: #F1678F;
}
.TagClassName
{
border-color: #F1678F;
}
</style>