Shades of Deep Blush #F07382
Tints of Deep Blush #F07382
RGB
CMYK
RGB Variations
Color information
#F07382 (or 0xF07382) is known color: Deep Blush. HEX triplet: F0, 73 and 82. RGB value is (240,115,130). Sum of RGB (Red+Green+Blue) = 240+115+130=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F07382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07382 is #0F8C7D. Grayscale: #9A9A9A. Windows color (decimal): -1019006 or 8549360. OLE color: 8549360.
HSL color Cylindrical-coordinate representation of color #F07382: hue angle of 352.8º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07382 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 130 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.06 |
| HSL | 352.8º | 0.81% | 0.7% | - |
| HSV(B) | 352.8º | 0.52% | 0.94% | - |
| XYZ | 46.1 | 32.4 | 24.94 | - |
| YUV | 154.09 | 114.41 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 130 | 0 | 0.52 | 0.46 | 0.06 | 352.8 | 0.81 | 0.7 |
| Hex | F0 | 73 | 82 | 0 | 34 | 2E | 6 | 161 | 51 | 46 |
| Octal | 360 | 163 | 202 | 0 | 64 | 56 | 6 | 541 | 121 | 106 |
| Binary | 11110000 | 1110011 | 10000010 | 0 | 110100 | 101110 | 110 | 101100001 | 1010001 | 1000110 |
Color Harmonies of #F07382
Complementary color
Monochromatic Colors of #F07382
Black with #F07382
Text Example
Text Example
White with #F07382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07382; }
p { color: rgb(240,115,130); }
H1.HeaderClassName
{
color: #F07382;
}
.AnyTagClassName
{
color: #F07382;
}
</style>
background-color css
<style>
a { background-color: #F07382; }
a { background-color: rgb(240,115,130); }
div.DivClassName
{
background-color: #F07382;
}
.BgClassName
{
background-color: #F07382;
}
</style>
border-color css
<style>
span { border-color: #F07382; }
span { border-color: rgb(240,115,130); }
td.TdClassName
{
border-color: #F07382;
}
.TagClassName
{
border-color: #F07382;
}
</style>