Shades of Salmon #F38575
Tints of Salmon #F38575
RGB
CMYK
RGB Variations
Color information
#F38575 (or 0xF38575) is known color: Salmon. HEX triplet: F3, 85 and 75. RGB value is (243,133,117). Sum of RGB (Red+Green+Blue) = 243+133+117=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F38575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38575 is #0C7A8A. Grayscale: #A4A4A4. Windows color (decimal): -817803 or 7702003. OLE color: 7702003.
HSL color Cylindrical-coordinate representation of color #F38575: hue angle of 7.62º 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 #F38575 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 117 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.05 |
| HSL | 7.62º | 0.84% | 0.71% | - |
| HSV(B) | 7.62º | 0.52% | 0.95% | - |
| XYZ | 48.56 | 37.11 | 21.43 | - |
| YUV | 164.07 | 101.44 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 117 | 0 | 0.45 | 0.52 | 0.05 | 7.62 | 0.84 | 0.71 |
| Hex | F3 | 85 | 75 | 0 | 2D | 34 | 5 | 8 | 54 | 47 |
| Octal | 363 | 205 | 165 | 0 | 55 | 64 | 5 | 10 | 124 | 107 |
| Binary | 11110011 | 10000101 | 1110101 | 0 | 101101 | 110100 | 101 | 1000 | 1010100 | 1000111 |
Color Harmonies of #F38575
Complementary color
Monochromatic Colors of #F38575
Black with #F38575
Text Example
Text Example
White with #F38575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38575; }
p { color: rgb(243,133,117); }
H1.HeaderClassName
{
color: #F38575;
}
.AnyTagClassName
{
color: #F38575;
}
</style>
background-color css
<style>
a { background-color: #F38575; }
a { background-color: rgb(243,133,117); }
div.DivClassName
{
background-color: #F38575;
}
.BgClassName
{
background-color: #F38575;
}
</style>
border-color css
<style>
span { border-color: #F38575; }
span { border-color: rgb(243,133,117); }
td.TdClassName
{
border-color: #F38575;
}
.TagClassName
{
border-color: #F38575;
}
</style>