Shades of Deep Blush #F1718B
Tints of Deep Blush #F1718B
RGB
CMYK
RGB Variations
Color information
#F1718B (or 0xF1718B) is known color: Deep Blush. HEX triplet: F1, 71 and 8B. RGB value is (241,113,139). Sum of RGB (Red+Green+Blue) = 241+113+139=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1718B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1718B is #0E8E74. Grayscale: #9A9A9A. Windows color (decimal): -953973 or 9138673. OLE color: 9138673.
HSL color Cylindrical-coordinate representation of color #F1718B: hue angle of 347.81º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1718B is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 139 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.05 |
| HSL | 347.81º | 0.82% | 0.69% | - |
| HSV(B) | 347.81º | 0.53% | 0.95% | - |
| XYZ | 46.84 | 32.38 | 28.21 | - |
| YUV | 154.24 | 119.41 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 139 | 0 | 0.53 | 0.42 | 0.05 | 347.81 | 0.82 | 0.69 |
| Hex | F1 | 71 | 8B | 0 | 35 | 2A | 5 | 15C | 52 | 45 |
| Octal | 361 | 161 | 213 | 0 | 65 | 52 | 5 | 534 | 122 | 105 |
| Binary | 11110001 | 1110001 | 10001011 | 0 | 110101 | 101010 | 101 | 101011100 | 1010010 | 1000101 |
Color Harmonies of #F1718B
Complementary color
Monochromatic Colors of #F1718B
Black with #F1718B
Text Example
Text Example
White with #F1718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1718B; }
p { color: rgb(241,113,139); }
H1.HeaderClassName
{
color: #F1718B;
}
.AnyTagClassName
{
color: #F1718B;
}
</style>
background-color css
<style>
a { background-color: #F1718B; }
a { background-color: rgb(241,113,139); }
div.DivClassName
{
background-color: #F1718B;
}
.BgClassName
{
background-color: #F1718B;
}
</style>
border-color css
<style>
span { border-color: #F1718B; }
span { border-color: rgb(241,113,139); }
td.TdClassName
{
border-color: #F1718B;
}
.TagClassName
{
border-color: #F1718B;
}
</style>