Shades of Salmon #F38770
Tints of Salmon #F38770
RGB
CMYK
RGB Variations
Color information
#F38770 (or 0xF38770) is known color: Salmon. HEX triplet: F3, 87 and 70. RGB value is (243,135,112). Sum of RGB (Red+Green+Blue) = 243+135+112=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F38770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38770 is #0C788F. Grayscale: #A4A4A4. Windows color (decimal): -817296 or 7374835. OLE color: 7374835.
HSL color Cylindrical-coordinate representation of color #F38770: hue angle of 10.53º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F38770 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 135 | 112 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.05 |
| HSL | 10.53º | 0.85% | 0.7% | - |
| HSV(B) | 10.53º | 0.54% | 0.95% | - |
| XYZ | 48.55 | 37.55 | 20.02 | - |
| YUV | 164.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 135 | 112 | 0 | 0.44 | 0.54 | 0.05 | 10.53 | 0.85 | 0.7 |
| Hex | F3 | 87 | 70 | 0 | 2C | 36 | 5 | B | 55 | 46 |
| Octal | 363 | 207 | 160 | 0 | 54 | 66 | 5 | 13 | 125 | 106 |
| Binary | 11110011 | 10000111 | 1110000 | 0 | 101100 | 110110 | 101 | 1011 | 1010101 | 1000110 |
Color Harmonies of #F38770
Complementary color
Monochromatic Colors of #F38770
Black with #F38770
Text Example
Text Example
White with #F38770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38770; }
p { color: rgb(243,135,112); }
H1.HeaderClassName
{
color: #F38770;
}
.AnyTagClassName
{
color: #F38770;
}
</style>
background-color css
<style>
a { background-color: #F38770; }
a { background-color: rgb(243,135,112); }
div.DivClassName
{
background-color: #F38770;
}
.BgClassName
{
background-color: #F38770;
}
</style>
border-color css
<style>
span { border-color: #F38770; }
span { border-color: rgb(243,135,112); }
td.TdClassName
{
border-color: #F38770;
}
.TagClassName
{
border-color: #F38770;
}
</style>