Shades of Salmon #F38168
Tints of Salmon #F38168
RGB
CMYK
RGB Variations
Color information
#F38168 (or 0xF38168) is known color: Salmon. HEX triplet: F3, 81 and 68. RGB value is (243,129,104). Sum of RGB (Red+Green+Blue) = 243+129+104=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F38168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38168 is #0C7E97. Grayscale: #A0A0A0. Windows color (decimal): -818840 or 6849011. OLE color: 6849011.
HSL color Cylindrical-coordinate representation of color #F38168: hue angle of 10.79º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F38168 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 104 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.05 |
| HSL | 10.79º | 0.85% | 0.68% | - |
| HSV(B) | 10.79º | 0.57% | 0.95% | - |
| XYZ | 47.31 | 35.75 | 17.5 | - |
| YUV | 160.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 104 | 0 | 0.47 | 0.57 | 0.05 | 10.79 | 0.85 | 0.68 |
| Hex | F3 | 81 | 68 | 0 | 2F | 39 | 5 | B | 55 | 44 |
| Octal | 363 | 201 | 150 | 0 | 57 | 71 | 5 | 13 | 125 | 104 |
| Binary | 11110011 | 10000001 | 1101000 | 0 | 101111 | 111001 | 101 | 1011 | 1010101 | 1000100 |
Color Harmonies of #F38168
Complementary color
Monochromatic Colors of #F38168
Black with #F38168
Text Example
Text Example
White with #F38168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38168; }
p { color: rgb(243,129,104); }
H1.HeaderClassName
{
color: #F38168;
}
.AnyTagClassName
{
color: #F38168;
}
</style>
background-color css
<style>
a { background-color: #F38168; }
a { background-color: rgb(243,129,104); }
div.DivClassName
{
background-color: #F38168;
}
.BgClassName
{
background-color: #F38168;
}
</style>
border-color css
<style>
span { border-color: #F38168; }
span { border-color: rgb(243,129,104); }
td.TdClassName
{
border-color: #F38168;
}
.TagClassName
{
border-color: #F38168;
}
</style>