Shades of Salmon #F3776A
Tints of Salmon #F3776A
RGB
CMYK
RGB Variations
Color information
#F3776A (or 0xF3776A) is known color: Salmon. HEX triplet: F3, 77 and 6A. RGB value is (243,119,106). Sum of RGB (Red+Green+Blue) = 243+119+106=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F3776A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3776A is #0C8895. Grayscale: #9A9A9A. Windows color (decimal): -821398 or 6977523. OLE color: 6977523.
HSL color Cylindrical-coordinate representation of color #F3776A: hue angle of 5.69º 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 #F3776A is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 119 | 106 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.05 |
| HSL | 5.69º | 0.85% | 0.68% | - |
| HSV(B) | 5.69º | 0.56% | 0.95% | - |
| XYZ | 46.16 | 33.29 | 17.63 | - |
| YUV | 154.59 | 100.58 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 119 | 106 | 0 | 0.51 | 0.56 | 0.05 | 5.69 | 0.85 | 0.68 |
| Hex | F3 | 77 | 6A | 0 | 33 | 38 | 5 | 6 | 55 | 44 |
| Octal | 363 | 167 | 152 | 0 | 63 | 70 | 5 | 6 | 125 | 104 |
| Binary | 11110011 | 1110111 | 1101010 | 0 | 110011 | 111000 | 101 | 110 | 1010101 | 1000100 |
Color Harmonies of #F3776A
Complementary color
Monochromatic Colors of #F3776A
Black with #F3776A
Text Example
Text Example
White with #F3776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3776A; }
p { color: rgb(243,119,106); }
H1.HeaderClassName
{
color: #F3776A;
}
.AnyTagClassName
{
color: #F3776A;
}
</style>
background-color css
<style>
a { background-color: #F3776A; }
a { background-color: rgb(243,119,106); }
div.DivClassName
{
background-color: #F3776A;
}
.BgClassName
{
background-color: #F3776A;
}
</style>
border-color css
<style>
span { border-color: #F3776A; }
span { border-color: rgb(243,119,106); }
td.TdClassName
{
border-color: #F3776A;
}
.TagClassName
{
border-color: #F3776A;
}
</style>