Shades of Salmon #F07F72
Tints of Salmon #F07F72
RGB
CMYK
RGB Variations
Color information
#F07F72 (or 0xF07F72) is known color: Salmon. HEX triplet: F0, 7F and 72. RGB value is (240,127,114). Sum of RGB (Red+Green+Blue) = 240+127+114=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F72 is #0F808D. Grayscale: #9F9F9F. Windows color (decimal): -1015950 or 7503856. OLE color: 7503856.
HSL color Cylindrical-coordinate representation of color #F07F72: hue angle of 6.19º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07F72 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 114 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.06 |
| HSL | 6.19º | 0.81% | 0.69% | - |
| HSV(B) | 6.19º | 0.53% | 0.94% | - |
| XYZ | 46.56 | 34.92 | 20.21 | - |
| YUV | 159.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 114 | 0 | 0.47 | 0.52 | 0.06 | 6.19 | 0.81 | 0.69 |
| Hex | F0 | 7F | 72 | 0 | 2F | 34 | 6 | 6 | 51 | 45 |
| Octal | 360 | 177 | 162 | 0 | 57 | 64 | 6 | 6 | 121 | 105 |
| Binary | 11110000 | 1111111 | 1110010 | 0 | 101111 | 110100 | 110 | 110 | 1010001 | 1000101 |
Color Harmonies of #F07F72
Complementary color
Monochromatic Colors of #F07F72
Black with #F07F72
Text Example
Text Example
White with #F07F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F72; }
p { color: rgb(240,127,114); }
H1.HeaderClassName
{
color: #F07F72;
}
.AnyTagClassName
{
color: #F07F72;
}
</style>
background-color css
<style>
a { background-color: #F07F72; }
a { background-color: rgb(240,127,114); }
div.DivClassName
{
background-color: #F07F72;
}
.BgClassName
{
background-color: #F07F72;
}
</style>
border-color css
<style>
span { border-color: #F07F72; }
span { border-color: rgb(240,127,114); }
td.TdClassName
{
border-color: #F07F72;
}
.TagClassName
{
border-color: #F07F72;
}
</style>