Shades of Salmon #F18A6A
Tints of Salmon #F18A6A
RGB
CMYK
RGB Variations
Color information
#F18A6A (or 0xF18A6A) is known color: Salmon. HEX triplet: F1, 8A and 6A. RGB value is (241,138,106). Sum of RGB (Red+Green+Blue) = 241+138+106=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A6A is #0E7595. Grayscale: #A5A5A5. Windows color (decimal): -947606 or 6982385. OLE color: 6982385.
HSL color Cylindrical-coordinate representation of color #F18A6A: hue angle of 14.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F18A6A is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 106 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.05 |
| HSL | 14.22º | 0.83% | 0.68% | - |
| HSV(B) | 14.22º | 0.56% | 0.95% | - |
| XYZ | 47.97 | 37.92 | 18.43 | - |
| YUV | 165.15 | 94.62 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 106 | 0 | 0.43 | 0.56 | 0.05 | 14.22 | 0.83 | 0.68 |
| Hex | F1 | 8A | 6A | 0 | 2B | 38 | 5 | E | 53 | 44 |
| Octal | 361 | 212 | 152 | 0 | 53 | 70 | 5 | 16 | 123 | 104 |
| Binary | 11110001 | 10001010 | 1101010 | 0 | 101011 | 111000 | 101 | 1110 | 1010011 | 1000100 |
Color Harmonies of #F18A6A
Complementary color
Monochromatic Colors of #F18A6A
Black with #F18A6A
Text Example
Text Example
White with #F18A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A6A; }
p { color: rgb(241,138,106); }
H1.HeaderClassName
{
color: #F18A6A;
}
.AnyTagClassName
{
color: #F18A6A;
}
</style>
background-color css
<style>
a { background-color: #F18A6A; }
a { background-color: rgb(241,138,106); }
div.DivClassName
{
background-color: #F18A6A;
}
.BgClassName
{
background-color: #F18A6A;
}
</style>
border-color css
<style>
span { border-color: #F18A6A; }
span { border-color: rgb(241,138,106); }
td.TdClassName
{
border-color: #F18A6A;
}
.TagClassName
{
border-color: #F18A6A;
}
</style>