Shades of Salmon #F3756C
Tints of Salmon #F3756C
RGB
CMYK
RGB Variations
Color information
#F3756C (or 0xF3756C) is known color: Salmon. HEX triplet: F3, 75 and 6C. RGB value is (243,117,108). Sum of RGB (Red+Green+Blue) = 243+117+108=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F3756C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3756C is #0C8A93. Grayscale: #999999. Windows color (decimal): -821908 or 7108083. OLE color: 7108083.
HSL color Cylindrical-coordinate representation of color #F3756C: hue angle of 4º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3756C is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 108 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.05 |
| HSL | 4º | 0.85% | 0.69% | - |
| HSV(B) | 4º | 0.56% | 0.95% | - |
| XYZ | 46.03 | 32.86 | 18.1 | - |
| YUV | 153.65 | 102.24 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 108 | 0 | 0.52 | 0.56 | 0.05 | 4 | 0.85 | 0.69 |
| Hex | F3 | 75 | 6C | 0 | 34 | 38 | 5 | 4 | 55 | 45 |
| Octal | 363 | 165 | 154 | 0 | 64 | 70 | 5 | 4 | 125 | 105 |
| Binary | 11110011 | 1110101 | 1101100 | 0 | 110100 | 111000 | 101 | 100 | 1010101 | 1000101 |
Color Harmonies of #F3756C
Complementary color
Monochromatic Colors of #F3756C
Black with #F3756C
Text Example
Text Example
White with #F3756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3756C; }
p { color: rgb(243,117,108); }
H1.HeaderClassName
{
color: #F3756C;
}
.AnyTagClassName
{
color: #F3756C;
}
</style>
background-color css
<style>
a { background-color: #F3756C; }
a { background-color: rgb(243,117,108); }
div.DivClassName
{
background-color: #F3756C;
}
.BgClassName
{
background-color: #F3756C;
}
</style>
border-color css
<style>
span { border-color: #F3756C; }
span { border-color: rgb(243,117,108); }
td.TdClassName
{
border-color: #F3756C;
}
.TagClassName
{
border-color: #F3756C;
}
</style>