Shades of Deep Blush #F0758F
Tints of Deep Blush #F0758F
RGB
CMYK
RGB Variations
Color information
#F0758F (or 0xF0758F) is known color: Deep Blush. HEX triplet: F0, 75 and 8F. RGB value is (240,117,143). Sum of RGB (Red+Green+Blue) = 240+117+143=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0758F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0758F is #0F8A70. Grayscale: #9C9C9C. Windows color (decimal): -1018481 or 9401840. OLE color: 9401840.
HSL color Cylindrical-coordinate representation of color #F0758F: hue angle of 347.32º 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 #F0758F is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 143 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.06 |
| HSL | 347.32º | 0.8% | 0.7% | - |
| HSV(B) | 347.32º | 0.51% | 0.94% | - |
| XYZ | 47.25 | 33.23 | 29.91 | - |
| YUV | 156.74 | 120.25 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 143 | 0 | 0.51 | 0.40 | 0.06 | 347.32 | 0.8 | 0.7 |
| Hex | F0 | 75 | 8F | 0 | 33 | 28 | 6 | 15B | 50 | 46 |
| Octal | 360 | 165 | 217 | 0 | 63 | 50 | 6 | 533 | 120 | 106 |
| Binary | 11110000 | 1110101 | 10001111 | 0 | 110011 | 101000 | 110 | 101011011 | 1010000 | 1000110 |
Color Harmonies of #F0758F
Complementary color
Monochromatic Colors of #F0758F
Black with #F0758F
Text Example
Text Example
White with #F0758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0758F; }
p { color: rgb(240,117,143); }
H1.HeaderClassName
{
color: #F0758F;
}
.AnyTagClassName
{
color: #F0758F;
}
</style>
background-color css
<style>
a { background-color: #F0758F; }
a { background-color: rgb(240,117,143); }
div.DivClassName
{
background-color: #F0758F;
}
.BgClassName
{
background-color: #F0758F;
}
</style>
border-color css
<style>
span { border-color: #F0758F; }
span { border-color: rgb(240,117,143); }
td.TdClassName
{
border-color: #F0758F;
}
.TagClassName
{
border-color: #F0758F;
}
</style>