Shades of Salmon #F38B75
Tints of Salmon #F38B75
RGB
CMYK
RGB Variations
Color information
#F38B75 (or 0xF38B75) is known color: Salmon. HEX triplet: F3, 8B and 75. RGB value is (243,139,117). Sum of RGB (Red+Green+Blue) = 243+139+117=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F38B75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38B75 is #0C748A. Grayscale: #A7A7A7. Windows color (decimal): -816267 or 7703539. OLE color: 7703539.
HSL color Cylindrical-coordinate representation of color #F38B75: hue angle of 10.48º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F38B75 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 117 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.05 |
| HSL | 10.48º | 0.84% | 0.71% | - |
| HSV(B) | 10.48º | 0.52% | 0.95% | - |
| XYZ | 49.41 | 38.8 | 21.72 | - |
| YUV | 167.59 | 99.46 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 117 | 0 | 0.43 | 0.52 | 0.05 | 10.48 | 0.84 | 0.71 |
| Hex | F3 | 8B | 75 | 0 | 2B | 34 | 5 | A | 54 | 47 |
| Octal | 363 | 213 | 165 | 0 | 53 | 64 | 5 | 12 | 124 | 107 |
| Binary | 11110011 | 10001011 | 1110101 | 0 | 101011 | 110100 | 101 | 1010 | 1010100 | 1000111 |
Color Harmonies of #F38B75
Complementary color
Monochromatic Colors of #F38B75
Black with #F38B75
Text Example
Text Example
White with #F38B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38B75; }
p { color: rgb(243,139,117); }
H1.HeaderClassName
{
color: #F38B75;
}
.AnyTagClassName
{
color: #F38B75;
}
</style>
background-color css
<style>
a { background-color: #F38B75; }
a { background-color: rgb(243,139,117); }
div.DivClassName
{
background-color: #F38B75;
}
.BgClassName
{
background-color: #F38B75;
}
</style>
border-color css
<style>
span { border-color: #F38B75; }
span { border-color: rgb(243,139,117); }
td.TdClassName
{
border-color: #F38B75;
}
.TagClassName
{
border-color: #F38B75;
}
</style>