Shades of Salmon #F18273
Tints of Salmon #F18273
RGB
CMYK
RGB Variations
Color information
#F18273 (or 0xF18273) is known color: Salmon. HEX triplet: F1, 82 and 73. RGB value is (241,130,115). Sum of RGB (Red+Green+Blue) = 241+130+115=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F18273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18273 is #0E7D8C. Grayscale: #A1A1A1. Windows color (decimal): -949645 or 7570161. OLE color: 7570161.
HSL color Cylindrical-coordinate representation of color #F18273: hue angle of 7.14º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F18273 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 115 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.05 |
| HSL | 7.14º | 0.82% | 0.7% | - |
| HSV(B) | 7.14º | 0.52% | 0.95% | - |
| XYZ | 47.35 | 35.9 | 20.65 | - |
| YUV | 161.48 | 101.77 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 115 | 0 | 0.46 | 0.52 | 0.05 | 7.14 | 0.82 | 0.7 |
| Hex | F1 | 82 | 73 | 0 | 2E | 34 | 5 | 7 | 52 | 46 |
| Octal | 361 | 202 | 163 | 0 | 56 | 64 | 5 | 7 | 122 | 106 |
| Binary | 11110001 | 10000010 | 1110011 | 0 | 101110 | 110100 | 101 | 111 | 1010010 | 1000110 |
Color Harmonies of #F18273
Complementary color
Monochromatic Colors of #F18273
Black with #F18273
Text Example
Text Example
White with #F18273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18273; }
p { color: rgb(241,130,115); }
H1.HeaderClassName
{
color: #F18273;
}
.AnyTagClassName
{
color: #F18273;
}
</style>
background-color css
<style>
a { background-color: #F18273; }
a { background-color: rgb(241,130,115); }
div.DivClassName
{
background-color: #F18273;
}
.BgClassName
{
background-color: #F18273;
}
</style>
border-color css
<style>
span { border-color: #F18273; }
span { border-color: rgb(241,130,115); }
td.TdClassName
{
border-color: #F18273;
}
.TagClassName
{
border-color: #F18273;
}
</style>