Shades of Salmon #F38271
Tints of Salmon #F38271
RGB
CMYK
RGB Variations
Color information
#F38271 (or 0xF38271) is known color: Salmon. HEX triplet: F3, 82 and 71. RGB value is (243,130,113). Sum of RGB (Red+Green+Blue) = 243+130+113=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F38271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38271 is #0C7D8E. Grayscale: #A2A2A2. Windows color (decimal): -818575 or 7439091. OLE color: 7439091.
HSL color Cylindrical-coordinate representation of color #F38271: hue angle of 7.85º 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 #F38271 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 113 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.05 |
| HSL | 7.85º | 0.84% | 0.7% | - |
| HSV(B) | 7.85º | 0.53% | 0.95% | - |
| XYZ | 47.93 | 36.21 | 20.09 | - |
| YUV | 161.85 | 100.44 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 113 | 0 | 0.47 | 0.53 | 0.05 | 7.85 | 0.84 | 0.7 |
| Hex | F3 | 82 | 71 | 0 | 2F | 35 | 5 | 8 | 54 | 46 |
| Octal | 363 | 202 | 161 | 0 | 57 | 65 | 5 | 10 | 124 | 106 |
| Binary | 11110011 | 10000010 | 1110001 | 0 | 101111 | 110101 | 101 | 1000 | 1010100 | 1000110 |
Color Harmonies of #F38271
Complementary color
Monochromatic Colors of #F38271
Black with #F38271
Text Example
Text Example
White with #F38271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38271; }
p { color: rgb(243,130,113); }
H1.HeaderClassName
{
color: #F38271;
}
.AnyTagClassName
{
color: #F38271;
}
</style>
background-color css
<style>
a { background-color: #F38271; }
a { background-color: rgb(243,130,113); }
div.DivClassName
{
background-color: #F38271;
}
.BgClassName
{
background-color: #F38271;
}
</style>
border-color css
<style>
span { border-color: #F38271; }
span { border-color: rgb(243,130,113); }
td.TdClassName
{
border-color: #F38271;
}
.TagClassName
{
border-color: #F38271;
}
</style>