Shades of Deep Blush #F1698C
Tints of Deep Blush #F1698C
RGB
CMYK
RGB Variations
Color information
#F1698C (or 0xF1698C) is known color: Deep Blush. HEX triplet: F1, 69 and 8C. RGB value is (241,105,140). Sum of RGB (Red+Green+Blue) = 241+105+140=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1698C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1698C is #0E9673. Grayscale: #959595. Windows color (decimal): -956020 or 9202161. OLE color: 9202161.
HSL color Cylindrical-coordinate representation of color #F1698C: hue angle of 344.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1698C is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 140 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.05 |
| HSL | 344.56º | 0.83% | 0.68% | - |
| HSV(B) | 344.56º | 0.56% | 0.95% | - |
| XYZ | 46.06 | 30.7 | 28.31 | - |
| YUV | 149.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 140 | 0 | 0.56 | 0.42 | 0.05 | 344.56 | 0.83 | 0.68 |
| Hex | F1 | 69 | 8C | 0 | 38 | 2A | 5 | 159 | 53 | 44 |
| Octal | 361 | 151 | 214 | 0 | 70 | 52 | 5 | 531 | 123 | 104 |
| Binary | 11110001 | 1101001 | 10001100 | 0 | 111000 | 101010 | 101 | 101011001 | 1010011 | 1000100 |
Color Harmonies of #F1698C
Complementary color
Monochromatic Colors of #F1698C
Black with #F1698C
Text Example
Text Example
White with #F1698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1698C; }
p { color: rgb(241,105,140); }
H1.HeaderClassName
{
color: #F1698C;
}
.AnyTagClassName
{
color: #F1698C;
}
</style>
background-color css
<style>
a { background-color: #F1698C; }
a { background-color: rgb(241,105,140); }
div.DivClassName
{
background-color: #F1698C;
}
.BgClassName
{
background-color: #F1698C;
}
</style>
border-color css
<style>
span { border-color: #F1698C; }
span { border-color: rgb(241,105,140); }
td.TdClassName
{
border-color: #F1698C;
}
.TagClassName
{
border-color: #F1698C;
}
</style>