Shades of Salmon #F38166
Tints of Salmon #F38166
RGB
CMYK
RGB Variations
Color information
#F38166 (or 0xF38166) is known color: Salmon. HEX triplet: F3, 81 and 66. RGB value is (243,129,102). Sum of RGB (Red+Green+Blue) = 243+129+102=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F38166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38166 is #0C7E99. Grayscale: #A0A0A0. Windows color (decimal): -818842 or 6717939. OLE color: 6717939.
HSL color Cylindrical-coordinate representation of color #F38166: hue angle of 11.49º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F38166 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 102 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.05 |
| HSL | 11.49º | 0.85% | 0.68% | - |
| HSV(B) | 11.49º | 0.58% | 0.95% | - |
| XYZ | 47.21 | 35.71 | 16.98 | - |
| YUV | 160.01 | 95.27 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 102 | 0 | 0.47 | 0.58 | 0.05 | 11.49 | 0.85 | 0.68 |
| Hex | F3 | 81 | 66 | 0 | 2F | 3A | 5 | B | 55 | 44 |
| Octal | 363 | 201 | 146 | 0 | 57 | 72 | 5 | 13 | 125 | 104 |
| Binary | 11110011 | 10000001 | 1100110 | 0 | 101111 | 111010 | 101 | 1011 | 1010101 | 1000100 |
Color Harmonies of #F38166
Complementary color
Monochromatic Colors of #F38166
Black with #F38166
Text Example
Text Example
White with #F38166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38166; }
p { color: rgb(243,129,102); }
H1.HeaderClassName
{
color: #F38166;
}
.AnyTagClassName
{
color: #F38166;
}
</style>
background-color css
<style>
a { background-color: #F38166; }
a { background-color: rgb(243,129,102); }
div.DivClassName
{
background-color: #F38166;
}
.BgClassName
{
background-color: #F38166;
}
</style>
border-color css
<style>
span { border-color: #F38166; }
span { border-color: rgb(243,129,102); }
td.TdClassName
{
border-color: #F38166;
}
.TagClassName
{
border-color: #F38166;
}
</style>