Shades of Deep Blush #F0758C
Tints of Deep Blush #F0758C
RGB
CMYK
RGB Variations
Color information
#F0758C (or 0xF0758C) is known color: Deep Blush. HEX triplet: F0, 75 and 8C. RGB value is (240,117,140). Sum of RGB (Red+Green+Blue) = 240+117+140=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0758C is #0F8A73. Grayscale: #9C9C9C. Windows color (decimal): -1018484 or 9205232. OLE color: 9205232.
HSL color Cylindrical-coordinate representation of color #F0758C: hue angle of 348.78º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0758C is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 140 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.06 |
| HSL | 348.78º | 0.8% | 0.7% | - |
| HSV(B) | 348.78º | 0.51% | 0.94% | - |
| XYZ | 47.03 | 33.14 | 28.73 | - |
| YUV | 156.4 | 118.75 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 140 | 0 | 0.51 | 0.42 | 0.06 | 348.78 | 0.8 | 0.7 |
| Hex | F0 | 75 | 8C | 0 | 33 | 2A | 6 | 15D | 50 | 46 |
| Octal | 360 | 165 | 214 | 0 | 63 | 52 | 6 | 535 | 120 | 106 |
| Binary | 11110000 | 1110101 | 10001100 | 0 | 110011 | 101010 | 110 | 101011101 | 1010000 | 1000110 |
Color Harmonies of #F0758C
Complementary color
Monochromatic Colors of #F0758C
Black with #F0758C
Text Example
Text Example
White with #F0758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0758C; }
p { color: rgb(240,117,140); }
H1.HeaderClassName
{
color: #F0758C;
}
.AnyTagClassName
{
color: #F0758C;
}
</style>
background-color css
<style>
a { background-color: #F0758C; }
a { background-color: rgb(240,117,140); }
div.DivClassName
{
background-color: #F0758C;
}
.BgClassName
{
background-color: #F0758C;
}
</style>
border-color css
<style>
span { border-color: #F0758C; }
span { border-color: rgb(240,117,140); }
td.TdClassName
{
border-color: #F0758C;
}
.TagClassName
{
border-color: #F0758C;
}
</style>