Shades of Salmon #F07F74
Tints of Salmon #F07F74
RGB
CMYK
RGB Variations
Color information
#F07F74 (or 0xF07F74) is known color: Salmon. HEX triplet: F0, 7F and 74. RGB value is (240,127,116). Sum of RGB (Red+Green+Blue) = 240+127+116=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F74 is #0F808B. Grayscale: #9F9F9F. Windows color (decimal): -1015948 or 7634928. OLE color: 7634928.
HSL color Cylindrical-coordinate representation of color #F07F74: hue angle of 5.32º 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 #F07F74 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 116 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.06 |
| HSL | 5.32º | 0.81% | 0.7% | - |
| HSV(B) | 5.32º | 0.52% | 0.94% | - |
| XYZ | 46.68 | 34.96 | 20.81 | - |
| YUV | 159.53 | 103.44 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 116 | 0 | 0.47 | 0.52 | 0.06 | 5.32 | 0.81 | 0.7 |
| Hex | F0 | 7F | 74 | 0 | 2F | 34 | 6 | 5 | 51 | 46 |
| Octal | 360 | 177 | 164 | 0 | 57 | 64 | 6 | 5 | 121 | 106 |
| Binary | 11110000 | 1111111 | 1110100 | 0 | 101111 | 110100 | 110 | 101 | 1010001 | 1000110 |
Color Harmonies of #F07F74
Complementary color
Monochromatic Colors of #F07F74
Black with #F07F74
Text Example
Text Example
White with #F07F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F74; }
p { color: rgb(240,127,116); }
H1.HeaderClassName
{
color: #F07F74;
}
.AnyTagClassName
{
color: #F07F74;
}
</style>
background-color css
<style>
a { background-color: #F07F74; }
a { background-color: rgb(240,127,116); }
div.DivClassName
{
background-color: #F07F74;
}
.BgClassName
{
background-color: #F07F74;
}
</style>
border-color css
<style>
span { border-color: #F07F74; }
span { border-color: rgb(240,127,116); }
td.TdClassName
{
border-color: #F07F74;
}
.TagClassName
{
border-color: #F07F74;
}
</style>