Shades of Salmon #F28968
Tints of Salmon #F28968
RGB
CMYK
RGB Variations
Color information
#F28968 (or 0xF28968) is known color: Salmon. HEX triplet: F2, 89 and 68. RGB value is (242,137,104). Sum of RGB (Red+Green+Blue) = 242+137+104=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F28968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28968 is #0D7697. Grayscale: #A4A4A4. Windows color (decimal): -882328 or 6851058. OLE color: 6851058.
HSL color Cylindrical-coordinate representation of color #F28968: hue angle of 14.35º degrees, saturation: 0.84, 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 #F28968 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 104 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.05 |
| HSL | 14.35º | 0.84% | 0.68% | - |
| HSV(B) | 14.35º | 0.57% | 0.95% | - |
| XYZ | 48.06 | 37.77 | 17.85 | - |
| YUV | 164.63 | 93.79 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 104 | 0 | 0.43 | 0.57 | 0.05 | 14.35 | 0.84 | 0.68 |
| Hex | F2 | 89 | 68 | 0 | 2B | 39 | 5 | E | 54 | 44 |
| Octal | 362 | 211 | 150 | 0 | 53 | 71 | 5 | 16 | 124 | 104 |
| Binary | 11110010 | 10001001 | 1101000 | 0 | 101011 | 111001 | 101 | 1110 | 1010100 | 1000100 |
Color Harmonies of #F28968
Complementary color
Monochromatic Colors of #F28968
Black with #F28968
Text Example
Text Example
White with #F28968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28968; }
p { color: rgb(242,137,104); }
H1.HeaderClassName
{
color: #F28968;
}
.AnyTagClassName
{
color: #F28968;
}
</style>
background-color css
<style>
a { background-color: #F28968; }
a { background-color: rgb(242,137,104); }
div.DivClassName
{
background-color: #F28968;
}
.BgClassName
{
background-color: #F28968;
}
</style>
border-color css
<style>
span { border-color: #F28968; }
span { border-color: rgb(242,137,104); }
td.TdClassName
{
border-color: #F28968;
}
.TagClassName
{
border-color: #F28968;
}
</style>