Shades of Salmon #F08568
Tints of Salmon #F08568
RGB
CMYK
RGB Variations
Color information
#F08568 (or 0xF08568) is known color: Salmon. HEX triplet: F0, 85 and 68. RGB value is (240,133,104). Sum of RGB (Red+Green+Blue) = 240+133+104=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F08568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08568 is #0F7A97. Grayscale: #A1A1A1. Windows color (decimal): -1014424 or 6850032. OLE color: 6850032.
HSL color Cylindrical-coordinate representation of color #F08568: hue angle of 12.79º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F08568 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 104 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.06 |
| HSL | 12.79º | 0.82% | 0.67% | - |
| HSV(B) | 12.79º | 0.57% | 0.94% | - |
| XYZ | 46.82 | 36.3 | 17.64 | - |
| YUV | 161.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 104 | 0 | 0.45 | 0.57 | 0.06 | 12.79 | 0.82 | 0.67 |
| Hex | F0 | 85 | 68 | 0 | 2D | 39 | 6 | D | 52 | 43 |
| Octal | 360 | 205 | 150 | 0 | 55 | 71 | 6 | 15 | 122 | 103 |
| Binary | 11110000 | 10000101 | 1101000 | 0 | 101101 | 111001 | 110 | 1101 | 1010010 | 1000011 |
Color Harmonies of #F08568
Complementary color
Monochromatic Colors of #F08568
Black with #F08568
Text Example
Text Example
White with #F08568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08568; }
p { color: rgb(240,133,104); }
H1.HeaderClassName
{
color: #F08568;
}
.AnyTagClassName
{
color: #F08568;
}
</style>
background-color css
<style>
a { background-color: #F08568; }
a { background-color: rgb(240,133,104); }
div.DivClassName
{
background-color: #F08568;
}
.BgClassName
{
background-color: #F08568;
}
</style>
border-color css
<style>
span { border-color: #F08568; }
span { border-color: rgb(240,133,104); }
td.TdClassName
{
border-color: #F08568;
}
.TagClassName
{
border-color: #F08568;
}
</style>