Shades of Salmon #F38668
Tints of Salmon #F38668
RGB
CMYK
RGB Variations
Color information
#F38668 (or 0xF38668) is known color: Salmon. HEX triplet: F3, 86 and 68. RGB value is (243,134,104). Sum of RGB (Red+Green+Blue) = 243+134+104=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F38668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38668 is #0C7997. Grayscale: #A3A3A3. Windows color (decimal): -817560 or 6850291. OLE color: 6850291.
HSL color Cylindrical-coordinate representation of color #F38668: hue angle of 12.95º 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 #F38668 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 104 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.05 |
| HSL | 12.95º | 0.85% | 0.68% | - |
| HSV(B) | 12.95º | 0.57% | 0.95% | - |
| XYZ | 47.99 | 37.1 | 17.73 | - |
| YUV | 163.17 | 94.61 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 104 | 0 | 0.45 | 0.57 | 0.05 | 12.95 | 0.85 | 0.68 |
| Hex | F3 | 86 | 68 | 0 | 2D | 39 | 5 | D | 55 | 44 |
| Octal | 363 | 206 | 150 | 0 | 55 | 71 | 5 | 15 | 125 | 104 |
| Binary | 11110011 | 10000110 | 1101000 | 0 | 101101 | 111001 | 101 | 1101 | 1010101 | 1000100 |
Color Harmonies of #F38668
Complementary color
Monochromatic Colors of #F38668
Black with #F38668
Text Example
Text Example
White with #F38668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38668; }
p { color: rgb(243,134,104); }
H1.HeaderClassName
{
color: #F38668;
}
.AnyTagClassName
{
color: #F38668;
}
</style>
background-color css
<style>
a { background-color: #F38668; }
a { background-color: rgb(243,134,104); }
div.DivClassName
{
background-color: #F38668;
}
.BgClassName
{
background-color: #F38668;
}
</style>
border-color css
<style>
span { border-color: #F38668; }
span { border-color: rgb(243,134,104); }
td.TdClassName
{
border-color: #F38668;
}
.TagClassName
{
border-color: #F38668;
}
</style>