Shades of Salmon #F18270
Tints of Salmon #F18270
RGB
CMYK
RGB Variations
Color information
#F18270 (or 0xF18270) is known color: Salmon. HEX triplet: F1, 82 and 70. RGB value is (241,130,112). Sum of RGB (Red+Green+Blue) = 241+130+112=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F18270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18270 is #0E7D8F. Grayscale: #A1A1A1. Windows color (decimal): -949648 or 7373553. OLE color: 7373553.
HSL color Cylindrical-coordinate representation of color #F18270: hue angle of 8.37º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F18270 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 112 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.05 |
| HSL | 8.37º | 0.82% | 0.69% | - |
| HSV(B) | 8.37º | 0.54% | 0.95% | - |
| XYZ | 47.18 | 35.84 | 19.76 | - |
| YUV | 161.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 112 | 0 | 0.46 | 0.54 | 0.05 | 8.37 | 0.82 | 0.69 |
| Hex | F1 | 82 | 70 | 0 | 2E | 36 | 5 | 8 | 52 | 45 |
| Octal | 361 | 202 | 160 | 0 | 56 | 66 | 5 | 10 | 122 | 105 |
| Binary | 11110001 | 10000010 | 1110000 | 0 | 101110 | 110110 | 101 | 1000 | 1010010 | 1000101 |
Color Harmonies of #F18270
Complementary color
Monochromatic Colors of #F18270
Black with #F18270
Text Example
Text Example
White with #F18270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18270; }
p { color: rgb(241,130,112); }
H1.HeaderClassName
{
color: #F18270;
}
.AnyTagClassName
{
color: #F18270;
}
</style>
background-color css
<style>
a { background-color: #F18270; }
a { background-color: rgb(241,130,112); }
div.DivClassName
{
background-color: #F18270;
}
.BgClassName
{
background-color: #F18270;
}
</style>
border-color css
<style>
span { border-color: #F18270; }
span { border-color: rgb(241,130,112); }
td.TdClassName
{
border-color: #F18270;
}
.TagClassName
{
border-color: #F18270;
}
</style>