Shades of Salmon #F37E6E
Tints of Salmon #F37E6E
RGB
CMYK
RGB Variations
Color information
#F37E6E (or 0xF37E6E) is known color: Salmon. HEX triplet: F3, 7E and 6E. RGB value is (243,126,110). Sum of RGB (Red+Green+Blue) = 243+126+110=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F37E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37E6E is #0C8191. Grayscale: #9F9F9F. Windows color (decimal): -819602 or 7241459. OLE color: 7241459.
HSL color Cylindrical-coordinate representation of color #F37E6E: hue angle of 7.22º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F37E6E is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 126 | 110 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.05 |
| HSL | 7.22º | 0.85% | 0.69% | - |
| HSV(B) | 7.22º | 0.55% | 0.95% | - |
| XYZ | 47.24 | 35.1 | 19.04 | - |
| YUV | 159.16 | 100.26 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 126 | 110 | 0 | 0.48 | 0.55 | 0.05 | 7.22 | 0.85 | 0.69 |
| Hex | F3 | 7E | 6E | 0 | 30 | 37 | 5 | 7 | 55 | 45 |
| Octal | 363 | 176 | 156 | 0 | 60 | 67 | 5 | 7 | 125 | 105 |
| Binary | 11110011 | 1111110 | 1101110 | 0 | 110000 | 110111 | 101 | 111 | 1010101 | 1000101 |
Color Harmonies of #F37E6E
Complementary color
Monochromatic Colors of #F37E6E
Black with #F37E6E
Text Example
Text Example
White with #F37E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37E6E; }
p { color: rgb(243,126,110); }
H1.HeaderClassName
{
color: #F37E6E;
}
.AnyTagClassName
{
color: #F37E6E;
}
</style>
background-color css
<style>
a { background-color: #F37E6E; }
a { background-color: rgb(243,126,110); }
div.DivClassName
{
background-color: #F37E6E;
}
.BgClassName
{
background-color: #F37E6E;
}
</style>
border-color css
<style>
span { border-color: #F37E6E; }
span { border-color: rgb(243,126,110); }
td.TdClassName
{
border-color: #F37E6E;
}
.TagClassName
{
border-color: #F37E6E;
}
</style>