Shades of Salmon #F38C7A
Tints of Salmon #F38C7A
RGB
CMYK
RGB Variations
Color information
#F38C7A (or 0xF38C7A) is known color: Salmon. HEX triplet: F3, 8C and 7A. RGB value is (243,140,122). Sum of RGB (Red+Green+Blue) = 243+140+122=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C7A is #0C7385. Grayscale: #A8A8A8. Windows color (decimal): -816006 or 8031475. OLE color: 8031475.
HSL color Cylindrical-coordinate representation of color #F38C7A: hue angle of 8.93º 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 #F38C7A is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 122 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.05 |
| HSL | 8.93º | 0.83% | 0.72% | - |
| HSV(B) | 8.93º | 0.5% | 0.95% | - |
| XYZ | 49.85 | 39.22 | 23.35 | - |
| YUV | 168.75 | 101.62 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 122 | 0 | 0.42 | 0.50 | 0.05 | 8.93 | 0.83 | 0.72 |
| Hex | F3 | 8C | 7A | 0 | 2A | 32 | 5 | 9 | 53 | 48 |
| Octal | 363 | 214 | 172 | 0 | 52 | 62 | 5 | 11 | 123 | 110 |
| Binary | 11110011 | 10001100 | 1111010 | 0 | 101010 | 110010 | 101 | 1001 | 1010011 | 1001000 |
Color Harmonies of #F38C7A
Complementary color
Monochromatic Colors of #F38C7A
Black with #F38C7A
Text Example
Text Example
White with #F38C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C7A; }
p { color: rgb(243,140,122); }
H1.HeaderClassName
{
color: #F38C7A;
}
.AnyTagClassName
{
color: #F38C7A;
}
</style>
background-color css
<style>
a { background-color: #F38C7A; }
a { background-color: rgb(243,140,122); }
div.DivClassName
{
background-color: #F38C7A;
}
.BgClassName
{
background-color: #F38C7A;
}
</style>
border-color css
<style>
span { border-color: #F38C7A; }
span { border-color: rgb(243,140,122); }
td.TdClassName
{
border-color: #F38C7A;
}
.TagClassName
{
border-color: #F38C7A;
}
</style>