Shades of Salmon #F28776
Tints of Salmon #F28776
RGB
CMYK
RGB Variations
Color information
#F28776 (or 0xF28776) is known color: Salmon. HEX triplet: F2, 87 and 76. RGB value is (242,135,118). Sum of RGB (Red+Green+Blue) = 242+135+118=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F28776 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28776 is #0D7889. Grayscale: #A5A5A5. Windows color (decimal): -882826 or 7768050. OLE color: 7768050.
HSL color Cylindrical-coordinate representation of color #F28776: hue angle of 8.23º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F28776 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 118 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.05 |
| HSL | 8.23º | 0.83% | 0.71% | - |
| HSV(B) | 8.23º | 0.51% | 0.95% | - |
| XYZ | 48.55 | 37.51 | 21.82 | - |
| YUV | 165.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 118 | 0 | 0.44 | 0.51 | 0.05 | 8.23 | 0.83 | 0.71 |
| Hex | F2 | 87 | 76 | 0 | 2C | 33 | 5 | 8 | 53 | 47 |
| Octal | 362 | 207 | 166 | 0 | 54 | 63 | 5 | 10 | 123 | 107 |
| Binary | 11110010 | 10000111 | 1110110 | 0 | 101100 | 110011 | 101 | 1000 | 1010011 | 1000111 |
Color Harmonies of #F28776
Complementary color
Monochromatic Colors of #F28776
Black with #F28776
Text Example
Text Example
White with #F28776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28776; }
p { color: rgb(242,135,118); }
H1.HeaderClassName
{
color: #F28776;
}
.AnyTagClassName
{
color: #F28776;
}
</style>
background-color css
<style>
a { background-color: #F28776; }
a { background-color: rgb(242,135,118); }
div.DivClassName
{
background-color: #F28776;
}
.BgClassName
{
background-color: #F28776;
}
</style>
border-color css
<style>
span { border-color: #F28776; }
span { border-color: rgb(242,135,118); }
td.TdClassName
{
border-color: #F28776;
}
.TagClassName
{
border-color: #F28776;
}
</style>