Shades of Salmon #F37770
Tints of Salmon #F37770
RGB
CMYK
RGB Variations
Color information
#F37770 (or 0xF37770) is known color: Salmon. HEX triplet: F3, 77 and 70. RGB value is (243,119,112). Sum of RGB (Red+Green+Blue) = 243+119+112=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F37770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37770 is #0C888F. Grayscale: #9B9B9B. Windows color (decimal): -821392 or 7370739. OLE color: 7370739.
HSL color Cylindrical-coordinate representation of color #F37770: hue angle of 3.21º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F37770 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 119 | 112 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.05 |
| HSL | 3.21º | 0.85% | 0.7% | - |
| HSV(B) | 3.21º | 0.54% | 0.95% | - |
| XYZ | 46.48 | 33.42 | 19.33 | - |
| YUV | 155.28 | 103.58 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 119 | 112 | 0 | 0.51 | 0.54 | 0.05 | 3.21 | 0.85 | 0.7 |
| Hex | F3 | 77 | 70 | 0 | 33 | 36 | 5 | 3 | 55 | 46 |
| Octal | 363 | 167 | 160 | 0 | 63 | 66 | 5 | 3 | 125 | 106 |
| Binary | 11110011 | 1110111 | 1110000 | 0 | 110011 | 110110 | 101 | 11 | 1010101 | 1000110 |
Color Harmonies of #F37770
Complementary color
Monochromatic Colors of #F37770
Black with #F37770
Text Example
Text Example
White with #F37770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37770; }
p { color: rgb(243,119,112); }
H1.HeaderClassName
{
color: #F37770;
}
.AnyTagClassName
{
color: #F37770;
}
</style>
background-color css
<style>
a { background-color: #F37770; }
a { background-color: rgb(243,119,112); }
div.DivClassName
{
background-color: #F37770;
}
.BgClassName
{
background-color: #F37770;
}
</style>
border-color css
<style>
span { border-color: #F37770; }
span { border-color: rgb(243,119,112); }
td.TdClassName
{
border-color: #F37770;
}
.TagClassName
{
border-color: #F37770;
}
</style>