Shades of Salmon #F28B77
Tints of Salmon #F28B77
RGB
CMYK
RGB Variations
Color information
#F28B77 (or 0xF28B77) is known color: Salmon. HEX triplet: F2, 8B and 77. RGB value is (242,139,119). Sum of RGB (Red+Green+Blue) = 242+139+119=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B77 is #0D7488. Grayscale: #A7A7A7. Windows color (decimal): -881801 or 7834610. OLE color: 7834610.
HSL color Cylindrical-coordinate representation of color #F28B77: hue angle of 9.76º 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 #F28B77 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 119 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.05 |
| HSL | 9.76º | 0.83% | 0.71% | - |
| HSV(B) | 9.76º | 0.51% | 0.95% | - |
| XYZ | 49.18 | 38.67 | 22.33 | - |
| YUV | 167.52 | 100.62 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 119 | 0 | 0.43 | 0.51 | 0.05 | 9.76 | 0.83 | 0.71 |
| Hex | F2 | 8B | 77 | 0 | 2B | 33 | 5 | A | 53 | 47 |
| Octal | 362 | 213 | 167 | 0 | 53 | 63 | 5 | 12 | 123 | 107 |
| Binary | 11110010 | 10001011 | 1110111 | 0 | 101011 | 110011 | 101 | 1010 | 1010011 | 1000111 |
Color Harmonies of #F28B77
Complementary color
Monochromatic Colors of #F28B77
Black with #F28B77
Text Example
Text Example
White with #F28B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B77; }
p { color: rgb(242,139,119); }
H1.HeaderClassName
{
color: #F28B77;
}
.AnyTagClassName
{
color: #F28B77;
}
</style>
background-color css
<style>
a { background-color: #F28B77; }
a { background-color: rgb(242,139,119); }
div.DivClassName
{
background-color: #F28B77;
}
.BgClassName
{
background-color: #F28B77;
}
</style>
border-color css
<style>
span { border-color: #F28B77; }
span { border-color: rgb(242,139,119); }
td.TdClassName
{
border-color: #F28B77;
}
.TagClassName
{
border-color: #F28B77;
}
</style>