Shades of Salmon #F08868
Tints of Salmon #F08868
RGB
CMYK
RGB Variations
Color information
#F08868 (or 0xF08868) is known color: Salmon. HEX triplet: F0, 88 and 68. RGB value is (240,136,104). Sum of RGB (Red+Green+Blue) = 240+136+104=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F08868 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08868 is #0F7797. Grayscale: #A3A3A3. Windows color (decimal): -1013656 or 6850800. OLE color: 6850800.
HSL color Cylindrical-coordinate representation of color #F08868: hue angle of 14.12º 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 #F08868 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 104 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.06 |
| HSL | 14.12º | 0.82% | 0.67% | - |
| HSV(B) | 14.12º | 0.57% | 0.94% | - |
| XYZ | 47.24 | 37.13 | 17.77 | - |
| YUV | 163.45 | 94.46 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 104 | 0 | 0.43 | 0.57 | 0.06 | 14.12 | 0.82 | 0.67 |
| Hex | F0 | 88 | 68 | 0 | 2B | 39 | 6 | E | 52 | 43 |
| Octal | 360 | 210 | 150 | 0 | 53 | 71 | 6 | 16 | 122 | 103 |
| Binary | 11110000 | 10001000 | 1101000 | 0 | 101011 | 111001 | 110 | 1110 | 1010010 | 1000011 |
Color Harmonies of #F08868
Complementary color
Monochromatic Colors of #F08868
Black with #F08868
Text Example
Text Example
White with #F08868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08868; }
p { color: rgb(240,136,104); }
H1.HeaderClassName
{
color: #F08868;
}
.AnyTagClassName
{
color: #F08868;
}
</style>
background-color css
<style>
a { background-color: #F08868; }
a { background-color: rgb(240,136,104); }
div.DivClassName
{
background-color: #F08868;
}
.BgClassName
{
background-color: #F08868;
}
</style>
border-color css
<style>
span { border-color: #F08868; }
span { border-color: rgb(240,136,104); }
td.TdClassName
{
border-color: #F08868;
}
.TagClassName
{
border-color: #F08868;
}
</style>