Shades of Salmon #F28068
Tints of Salmon #F28068
RGB
CMYK
RGB Variations
Color information
#F28068 (or 0xF28068) is known color: Salmon. HEX triplet: F2, 80 and 68. RGB value is (242,128,104). Sum of RGB (Red+Green+Blue) = 242+128+104=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F28068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28068 is #0D7F97. Grayscale: #9F9F9F. Windows color (decimal): -884632 or 6848754. OLE color: 6848754.
HSL color Cylindrical-coordinate representation of color #F28068: hue angle of 10.43º 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 #F28068 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 104 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.05 |
| HSL | 10.43º | 0.84% | 0.68% | - |
| HSV(B) | 10.43º | 0.57% | 0.95% | - |
| XYZ | 46.84 | 35.32 | 17.44 | - |
| YUV | 159.35 | 96.77 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 104 | 0 | 0.47 | 0.57 | 0.05 | 10.43 | 0.84 | 0.68 |
| Hex | F2 | 80 | 68 | 0 | 2F | 39 | 5 | A | 54 | 44 |
| Octal | 362 | 200 | 150 | 0 | 57 | 71 | 5 | 12 | 124 | 104 |
| Binary | 11110010 | 10000000 | 1101000 | 0 | 101111 | 111001 | 101 | 1010 | 1010100 | 1000100 |
Color Harmonies of #F28068
Complementary color
Monochromatic Colors of #F28068
Black with #F28068
Text Example
Text Example
White with #F28068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28068; }
p { color: rgb(242,128,104); }
H1.HeaderClassName
{
color: #F28068;
}
.AnyTagClassName
{
color: #F28068;
}
</style>
background-color css
<style>
a { background-color: #F28068; }
a { background-color: rgb(242,128,104); }
div.DivClassName
{
background-color: #F28068;
}
.BgClassName
{
background-color: #F28068;
}
</style>
border-color css
<style>
span { border-color: #F28068; }
span { border-color: rgb(242,128,104); }
td.TdClassName
{
border-color: #F28068;
}
.TagClassName
{
border-color: #F28068;
}
</style>