Shades of Salmon #F38B7A
Tints of Salmon #F38B7A
RGB
CMYK
RGB Variations
Color information
#F38B7A (or 0xF38B7A) is known color: Salmon. HEX triplet: F3, 8B and 7A. RGB value is (243,139,122). Sum of RGB (Red+Green+Blue) = 243+139+122=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F38B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38B7A is #0C7485. Grayscale: #A8A8A8. Windows color (decimal): -816262 or 8031219. OLE color: 8031219.
HSL color Cylindrical-coordinate representation of color #F38B7A: hue angle of 8.43º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F38B7A is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 122 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.05 |
| HSL | 8.43º | 0.83% | 0.72% | - |
| HSV(B) | 8.43º | 0.5% | 0.95% | - |
| XYZ | 49.71 | 38.93 | 23.31 | - |
| YUV | 168.16 | 101.96 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 122 | 0 | 0.43 | 0.50 | 0.05 | 8.43 | 0.83 | 0.72 |
| Hex | F3 | 8B | 7A | 0 | 2B | 32 | 5 | 8 | 53 | 48 |
| Octal | 363 | 213 | 172 | 0 | 53 | 62 | 5 | 10 | 123 | 110 |
| Binary | 11110011 | 10001011 | 1111010 | 0 | 101011 | 110010 | 101 | 1000 | 1010011 | 1001000 |
Color Harmonies of #F38B7A
Complementary color
Monochromatic Colors of #F38B7A
Black with #F38B7A
Text Example
Text Example
White with #F38B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38B7A; }
p { color: rgb(243,139,122); }
H1.HeaderClassName
{
color: #F38B7A;
}
.AnyTagClassName
{
color: #F38B7A;
}
</style>
background-color css
<style>
a { background-color: #F38B7A; }
a { background-color: rgb(243,139,122); }
div.DivClassName
{
background-color: #F38B7A;
}
.BgClassName
{
background-color: #F38B7A;
}
</style>
border-color css
<style>
span { border-color: #F38B7A; }
span { border-color: rgb(243,139,122); }
td.TdClassName
{
border-color: #F38B7A;
}
.TagClassName
{
border-color: #F38B7A;
}
</style>