Shades of Salmon #F38A7A
Tints of Salmon #F38A7A
RGB
CMYK
RGB Variations
Color information
#F38A7A (or 0xF38A7A) is known color: Salmon. HEX triplet: F3, 8A and 7A. RGB value is (243,138,122). Sum of RGB (Red+Green+Blue) = 243+138+122=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38A7A is #0C7585. Grayscale: #A7A7A7. Windows color (decimal): -816518 or 8030963. OLE color: 8030963.
HSL color Cylindrical-coordinate representation of color #F38A7A: hue angle of 7.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 #F38A7A is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 122 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.05 |
| HSL | 7.93º | 0.83% | 0.72% | - |
| HSV(B) | 7.93º | 0.5% | 0.95% | - |
| XYZ | 49.56 | 38.64 | 23.26 | - |
| YUV | 167.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 122 | 0 | 0.43 | 0.50 | 0.05 | 7.93 | 0.83 | 0.72 |
| Hex | F3 | 8A | 7A | 0 | 2B | 32 | 5 | 8 | 53 | 48 |
| Octal | 363 | 212 | 172 | 0 | 53 | 62 | 5 | 10 | 123 | 110 |
| Binary | 11110011 | 10001010 | 1111010 | 0 | 101011 | 110010 | 101 | 1000 | 1010011 | 1001000 |
Color Harmonies of #F38A7A
Complementary color
Monochromatic Colors of #F38A7A
Black with #F38A7A
Text Example
Text Example
White with #F38A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38A7A; }
p { color: rgb(243,138,122); }
H1.HeaderClassName
{
color: #F38A7A;
}
.AnyTagClassName
{
color: #F38A7A;
}
</style>
background-color css
<style>
a { background-color: #F38A7A; }
a { background-color: rgb(243,138,122); }
div.DivClassName
{
background-color: #F38A7A;
}
.BgClassName
{
background-color: #F38A7A;
}
</style>
border-color css
<style>
span { border-color: #F38A7A; }
span { border-color: rgb(243,138,122); }
td.TdClassName
{
border-color: #F38A7A;
}
.TagClassName
{
border-color: #F38A7A;
}
</style>