Shades of Salmon #F38273
Tints of Salmon #F38273
RGB
CMYK
RGB Variations
Color information
#F38273 (or 0xF38273) is known color: Salmon. HEX triplet: F3, 82 and 73. RGB value is (243,130,115). Sum of RGB (Red+Green+Blue) = 243+130+115=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F38273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38273 is #0C7D8C. Grayscale: #A2A2A2. Windows color (decimal): -818573 or 7570163. OLE color: 7570163.
HSL color Cylindrical-coordinate representation of color #F38273: hue angle of 7.03º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F38273 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 115 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.05 |
| HSL | 7.03º | 0.84% | 0.7% | - |
| HSV(B) | 7.03º | 0.53% | 0.95% | - |
| XYZ | 48.04 | 36.26 | 20.69 | - |
| YUV | 162.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 115 | 0 | 0.47 | 0.53 | 0.05 | 7.03 | 0.84 | 0.7 |
| Hex | F3 | 82 | 73 | 0 | 2F | 35 | 5 | 7 | 54 | 46 |
| Octal | 363 | 202 | 163 | 0 | 57 | 65 | 5 | 7 | 124 | 106 |
| Binary | 11110011 | 10000010 | 1110011 | 0 | 101111 | 110101 | 101 | 111 | 1010100 | 1000110 |
Color Harmonies of #F38273
Complementary color
Monochromatic Colors of #F38273
Black with #F38273
Text Example
Text Example
White with #F38273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38273; }
p { color: rgb(243,130,115); }
H1.HeaderClassName
{
color: #F38273;
}
.AnyTagClassName
{
color: #F38273;
}
</style>
background-color css
<style>
a { background-color: #F38273; }
a { background-color: rgb(243,130,115); }
div.DivClassName
{
background-color: #F38273;
}
.BgClassName
{
background-color: #F38273;
}
</style>
border-color css
<style>
span { border-color: #F38273; }
span { border-color: rgb(243,130,115); }
td.TdClassName
{
border-color: #F38273;
}
.TagClassName
{
border-color: #F38273;
}
</style>