Shades of Salmon #F28877
Tints of Salmon #F28877
RGB
CMYK
RGB Variations
Color information
#F28877 (or 0xF28877) is known color: Salmon. HEX triplet: F2, 88 and 77. RGB value is (242,136,119). Sum of RGB (Red+Green+Blue) = 242+136+119=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F28877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28877 is #0D7788. Grayscale: #A5A5A5. Windows color (decimal): -882569 or 7833842. OLE color: 7833842.
HSL color Cylindrical-coordinate representation of color #F28877: hue angle of 8.29º 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 #F28877 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 119 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.05 |
| HSL | 8.29º | 0.83% | 0.71% | - |
| HSV(B) | 8.29º | 0.51% | 0.95% | - |
| XYZ | 48.75 | 37.82 | 22.18 | - |
| YUV | 165.76 | 101.62 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 119 | 0 | 0.44 | 0.51 | 0.05 | 8.29 | 0.83 | 0.71 |
| Hex | F2 | 88 | 77 | 0 | 2C | 33 | 5 | 8 | 53 | 47 |
| Octal | 362 | 210 | 167 | 0 | 54 | 63 | 5 | 10 | 123 | 107 |
| Binary | 11110010 | 10001000 | 1110111 | 0 | 101100 | 110011 | 101 | 1000 | 1010011 | 1000111 |
Color Harmonies of #F28877
Complementary color
Monochromatic Colors of #F28877
Black with #F28877
Text Example
Text Example
White with #F28877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28877; }
p { color: rgb(242,136,119); }
H1.HeaderClassName
{
color: #F28877;
}
.AnyTagClassName
{
color: #F28877;
}
</style>
background-color css
<style>
a { background-color: #F28877; }
a { background-color: rgb(242,136,119); }
div.DivClassName
{
background-color: #F28877;
}
.BgClassName
{
background-color: #F28877;
}
</style>
border-color css
<style>
span { border-color: #F28877; }
span { border-color: rgb(242,136,119); }
td.TdClassName
{
border-color: #F28877;
}
.TagClassName
{
border-color: #F28877;
}
</style>