Shades of Salmon #F28177
Tints of Salmon #F28177
RGB
CMYK
RGB Variations
Color information
#F28177 (or 0xF28177) is known color: Salmon. HEX triplet: F2, 81 and 77. RGB value is (242,129,119). Sum of RGB (Red+Green+Blue) = 242+129+119=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F28177 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28177 is #0D7E88. Grayscale: #A1A1A1. Windows color (decimal): -884361 or 7832050. OLE color: 7832050.
HSL color Cylindrical-coordinate representation of color #F28177: hue angle of 4.88º 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 #F28177 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 119 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.05 |
| HSL | 4.88º | 0.83% | 0.71% | - |
| HSV(B) | 4.88º | 0.51% | 0.95% | - |
| XYZ | 47.8 | 35.91 | 21.86 | - |
| YUV | 161.65 | 103.94 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 119 | 0 | 0.47 | 0.51 | 0.05 | 4.88 | 0.83 | 0.71 |
| Hex | F2 | 81 | 77 | 0 | 2F | 33 | 5 | 5 | 53 | 47 |
| Octal | 362 | 201 | 167 | 0 | 57 | 63 | 5 | 5 | 123 | 107 |
| Binary | 11110010 | 10000001 | 1110111 | 0 | 101111 | 110011 | 101 | 101 | 1010011 | 1000111 |
Color Harmonies of #F28177
Complementary color
Monochromatic Colors of #F28177
Black with #F28177
Text Example
Text Example
White with #F28177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28177; }
p { color: rgb(242,129,119); }
H1.HeaderClassName
{
color: #F28177;
}
.AnyTagClassName
{
color: #F28177;
}
</style>
background-color css
<style>
a { background-color: #F28177; }
a { background-color: rgb(242,129,119); }
div.DivClassName
{
background-color: #F28177;
}
.BgClassName
{
background-color: #F28177;
}
</style>
border-color css
<style>
span { border-color: #F28177; }
span { border-color: rgb(242,129,119); }
td.TdClassName
{
border-color: #F28177;
}
.TagClassName
{
border-color: #F28177;
}
</style>