Shades of Salmon #F3756F
Tints of Salmon #F3756F
RGB
CMYK
RGB Variations
Color information
#F3756F (or 0xF3756F) is known color: Salmon. HEX triplet: F3, 75 and 6F. RGB value is (243,117,111). Sum of RGB (Red+Green+Blue) = 243+117+111=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F3756F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3756F is #0C8A90. Grayscale: #9A9A9A. Windows color (decimal): -821905 or 7304691. OLE color: 7304691.
HSL color Cylindrical-coordinate representation of color #F3756F: hue angle of 2.73º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3756F is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 111 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.05 |
| HSL | 2.73º | 0.85% | 0.69% | - |
| HSV(B) | 2.73º | 0.54% | 0.95% | - |
| XYZ | 46.19 | 32.92 | 18.96 | - |
| YUV | 153.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 111 | 0 | 0.52 | 0.54 | 0.05 | 2.73 | 0.85 | 0.69 |
| Hex | F3 | 75 | 6F | 0 | 34 | 36 | 5 | 3 | 55 | 45 |
| Octal | 363 | 165 | 157 | 0 | 64 | 66 | 5 | 3 | 125 | 105 |
| Binary | 11110011 | 1110101 | 1101111 | 0 | 110100 | 110110 | 101 | 11 | 1010101 | 1000101 |
Color Harmonies of #F3756F
Complementary color
Monochromatic Colors of #F3756F
Black with #F3756F
Text Example
Text Example
White with #F3756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3756F; }
p { color: rgb(243,117,111); }
H1.HeaderClassName
{
color: #F3756F;
}
.AnyTagClassName
{
color: #F3756F;
}
</style>
background-color css
<style>
a { background-color: #F3756F; }
a { background-color: rgb(243,117,111); }
div.DivClassName
{
background-color: #F3756F;
}
.BgClassName
{
background-color: #F3756F;
}
</style>
border-color css
<style>
span { border-color: #F3756F; }
span { border-color: rgb(243,117,111); }
td.TdClassName
{
border-color: #F3756F;
}
.TagClassName
{
border-color: #F3756F;
}
</style>