Shades of Deep Blush #F0718B
Tints of Deep Blush #F0718B
RGB
CMYK
RGB Variations
Color information
#F0718B (or 0xF0718B) is known color: Deep Blush. HEX triplet: F0, 71 and 8B. RGB value is (240,113,139). Sum of RGB (Red+Green+Blue) = 240+113+139=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0718B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0718B is #0F8E74. Grayscale: #999999. Windows color (decimal): -1019509 or 9138672. OLE color: 9138672.
HSL color Cylindrical-coordinate representation of color #F0718B: hue angle of 347.72º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0718B is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 139 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.06 |
| HSL | 347.72º | 0.81% | 0.69% | - |
| HSV(B) | 347.72º | 0.53% | 0.94% | - |
| XYZ | 46.5 | 32.2 | 28.19 | - |
| YUV | 153.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 139 | 0 | 0.53 | 0.42 | 0.06 | 347.72 | 0.81 | 0.69 |
| Hex | F0 | 71 | 8B | 0 | 35 | 2A | 6 | 15C | 51 | 45 |
| Octal | 360 | 161 | 213 | 0 | 65 | 52 | 6 | 534 | 121 | 105 |
| Binary | 11110000 | 1110001 | 10001011 | 0 | 110101 | 101010 | 110 | 101011100 | 1010001 | 1000101 |
Color Harmonies of #F0718B
Complementary color
Monochromatic Colors of #F0718B
Black with #F0718B
Text Example
Text Example
White with #F0718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0718B; }
p { color: rgb(240,113,139); }
H1.HeaderClassName
{
color: #F0718B;
}
.AnyTagClassName
{
color: #F0718B;
}
</style>
background-color css
<style>
a { background-color: #F0718B; }
a { background-color: rgb(240,113,139); }
div.DivClassName
{
background-color: #F0718B;
}
.BgClassName
{
background-color: #F0718B;
}
</style>
border-color css
<style>
span { border-color: #F0718B; }
span { border-color: rgb(240,113,139); }
td.TdClassName
{
border-color: #F0718B;
}
.TagClassName
{
border-color: #F0718B;
}
</style>