Shades of Salmon #F28779
Tints of Salmon #F28779
RGB
CMYK
RGB Variations
Color information
#F28779 (or 0xF28779) is known color: Salmon. HEX triplet: F2, 87 and 79. RGB value is (242,135,121). Sum of RGB (Red+Green+Blue) = 242+135+121=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F28779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28779 is #0D7886. Grayscale: #A5A5A5. Windows color (decimal): -882823 or 7964658. OLE color: 7964658.
HSL color Cylindrical-coordinate representation of color #F28779: hue angle of 6.94º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F28779 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 121 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.05 |
| HSL | 6.94º | 0.82% | 0.71% | - |
| HSV(B) | 6.94º | 0.5% | 0.95% | - |
| XYZ | 48.73 | 37.59 | 22.78 | - |
| YUV | 165.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 121 | 0 | 0.44 | 0.50 | 0.05 | 6.94 | 0.82 | 0.71 |
| Hex | F2 | 87 | 79 | 0 | 2C | 32 | 5 | 7 | 52 | 47 |
| Octal | 362 | 207 | 171 | 0 | 54 | 62 | 5 | 7 | 122 | 107 |
| Binary | 11110010 | 10000111 | 1111001 | 0 | 101100 | 110010 | 101 | 111 | 1010010 | 1000111 |
Color Harmonies of #F28779
Complementary color
Monochromatic Colors of #F28779
Black with #F28779
Text Example
Text Example
White with #F28779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28779; }
p { color: rgb(242,135,121); }
H1.HeaderClassName
{
color: #F28779;
}
.AnyTagClassName
{
color: #F28779;
}
</style>
background-color css
<style>
a { background-color: #F28779; }
a { background-color: rgb(242,135,121); }
div.DivClassName
{
background-color: #F28779;
}
.BgClassName
{
background-color: #F28779;
}
</style>
border-color css
<style>
span { border-color: #F28779; }
span { border-color: rgb(242,135,121); }
td.TdClassName
{
border-color: #F28779;
}
.TagClassName
{
border-color: #F28779;
}
</style>