Shades of Deep Blush #F1708C
Tints of Deep Blush #F1708C
RGB
CMYK
RGB Variations
Color information
#F1708C (or 0xF1708C) is known color: Deep Blush. HEX triplet: F1, 70 and 8C. RGB value is (241,112,140). Sum of RGB (Red+Green+Blue) = 241+112+140=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1708C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1708C is #0E8F73. Grayscale: #999999. Windows color (decimal): -954228 or 9203953. OLE color: 9203953.
HSL color Cylindrical-coordinate representation of color #F1708C: hue angle of 346.98º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1708C is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 140 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.05 |
| HSL | 346.98º | 0.82% | 0.69% | - |
| HSV(B) | 346.98º | 0.54% | 0.95% | - |
| XYZ | 46.8 | 32.18 | 28.56 | - |
| YUV | 153.76 | 120.24 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 140 | 0 | 0.54 | 0.42 | 0.05 | 346.98 | 0.82 | 0.69 |
| Hex | F1 | 70 | 8C | 0 | 36 | 2A | 5 | 15B | 52 | 45 |
| Octal | 361 | 160 | 214 | 0 | 66 | 52 | 5 | 533 | 122 | 105 |
| Binary | 11110001 | 1110000 | 10001100 | 0 | 110110 | 101010 | 101 | 101011011 | 1010010 | 1000101 |
Color Harmonies of #F1708C
Complementary color
Monochromatic Colors of #F1708C
Black with #F1708C
Text Example
Text Example
White with #F1708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1708C; }
p { color: rgb(241,112,140); }
H1.HeaderClassName
{
color: #F1708C;
}
.AnyTagClassName
{
color: #F1708C;
}
</style>
background-color css
<style>
a { background-color: #F1708C; }
a { background-color: rgb(241,112,140); }
div.DivClassName
{
background-color: #F1708C;
}
.BgClassName
{
background-color: #F1708C;
}
</style>
border-color css
<style>
span { border-color: #F1708C; }
span { border-color: rgb(241,112,140); }
td.TdClassName
{
border-color: #F1708C;
}
.TagClassName
{
border-color: #F1708C;
}
</style>