Shades of Salmon #F28A77
Tints of Salmon #F28A77
RGB
CMYK
RGB Variations
Color information
#F28A77 (or 0xF28A77) is known color: Salmon. HEX triplet: F2, 8A and 77. RGB value is (242,138,119). Sum of RGB (Red+Green+Blue) = 242+138+119=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28A77 is #0D7588. Grayscale: #A7A7A7. Windows color (decimal): -882057 or 7834354. OLE color: 7834354.
HSL color Cylindrical-coordinate representation of color #F28A77: hue angle of 9.27º 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 #F28A77 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 119 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.05 |
| HSL | 9.27º | 0.83% | 0.71% | - |
| HSV(B) | 9.27º | 0.51% | 0.95% | - |
| XYZ | 49.04 | 38.39 | 22.28 | - |
| YUV | 166.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 119 | 0 | 0.43 | 0.51 | 0.05 | 9.27 | 0.83 | 0.71 |
| Hex | F2 | 8A | 77 | 0 | 2B | 33 | 5 | 9 | 53 | 47 |
| Octal | 362 | 212 | 167 | 0 | 53 | 63 | 5 | 11 | 123 | 107 |
| Binary | 11110010 | 10001010 | 1110111 | 0 | 101011 | 110011 | 101 | 1001 | 1010011 | 1000111 |
Color Harmonies of #F28A77
Complementary color
Monochromatic Colors of #F28A77
Black with #F28A77
Text Example
Text Example
White with #F28A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A77; }
p { color: rgb(242,138,119); }
H1.HeaderClassName
{
color: #F28A77;
}
.AnyTagClassName
{
color: #F28A77;
}
</style>
background-color css
<style>
a { background-color: #F28A77; }
a { background-color: rgb(242,138,119); }
div.DivClassName
{
background-color: #F28A77;
}
.BgClassName
{
background-color: #F28A77;
}
</style>
border-color css
<style>
span { border-color: #F28A77; }
span { border-color: rgb(242,138,119); }
td.TdClassName
{
border-color: #F28A77;
}
.TagClassName
{
border-color: #F28A77;
}
</style>