Shades of Salmon #F3766A
Tints of Salmon #F3766A
RGB
CMYK
RGB Variations
Color information
#F3766A (or 0xF3766A) is known color: Salmon. HEX triplet: F3, 76 and 6A. RGB value is (243,118,106). Sum of RGB (Red+Green+Blue) = 243+118+106=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F3766A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3766A is #0C8995. Grayscale: #9A9A9A. Windows color (decimal): -821654 or 6977267. OLE color: 6977267.
HSL color Cylindrical-coordinate representation of color #F3766A: hue angle of 5.26º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3766A is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 118 | 106 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.05 |
| HSL | 5.26º | 0.85% | 0.68% | - |
| HSV(B) | 5.26º | 0.56% | 0.95% | - |
| XYZ | 46.04 | 33.05 | 17.59 | - |
| YUV | 154.01 | 100.91 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 118 | 106 | 0 | 0.51 | 0.56 | 0.05 | 5.26 | 0.85 | 0.68 |
| Hex | F3 | 76 | 6A | 0 | 33 | 38 | 5 | 5 | 55 | 44 |
| Octal | 363 | 166 | 152 | 0 | 63 | 70 | 5 | 5 | 125 | 104 |
| Binary | 11110011 | 1110110 | 1101010 | 0 | 110011 | 111000 | 101 | 101 | 1010101 | 1000100 |
Color Harmonies of #F3766A
Complementary color
Monochromatic Colors of #F3766A
Black with #F3766A
Text Example
Text Example
White with #F3766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3766A; }
p { color: rgb(243,118,106); }
H1.HeaderClassName
{
color: #F3766A;
}
.AnyTagClassName
{
color: #F3766A;
}
</style>
background-color css
<style>
a { background-color: #F3766A; }
a { background-color: rgb(243,118,106); }
div.DivClassName
{
background-color: #F3766A;
}
.BgClassName
{
background-color: #F3766A;
}
</style>
border-color css
<style>
span { border-color: #F3766A; }
span { border-color: rgb(243,118,106); }
td.TdClassName
{
border-color: #F3766A;
}
.TagClassName
{
border-color: #F3766A;
}
</style>