Shades of Salmon #F2876F
Tints of Salmon #F2876F
RGB
CMYK
RGB Variations
Color information
#F2876F (or 0xF2876F) is known color: Salmon. HEX triplet: F2, 87 and 6F. RGB value is (242,135,111). Sum of RGB (Red+Green+Blue) = 242+135+111=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2876F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2876F is #0D7890. Grayscale: #A4A4A4. Windows color (decimal): -882833 or 7309298. OLE color: 7309298.
HSL color Cylindrical-coordinate representation of color #F2876F: hue angle of 10.99º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2876F is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 111 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.05 |
| HSL | 10.99º | 0.83% | 0.69% | - |
| HSV(B) | 10.99º | 0.54% | 0.95% | - |
| XYZ | 48.15 | 37.35 | 19.71 | - |
| YUV | 164.26 | 97.95 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 111 | 0 | 0.44 | 0.54 | 0.05 | 10.99 | 0.83 | 0.69 |
| Hex | F2 | 87 | 6F | 0 | 2C | 36 | 5 | B | 53 | 45 |
| Octal | 362 | 207 | 157 | 0 | 54 | 66 | 5 | 13 | 123 | 105 |
| Binary | 11110010 | 10000111 | 1101111 | 0 | 101100 | 110110 | 101 | 1011 | 1010011 | 1000101 |
Color Harmonies of #F2876F
Complementary color
Monochromatic Colors of #F2876F
Black with #F2876F
Text Example
Text Example
White with #F2876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2876F; }
p { color: rgb(242,135,111); }
H1.HeaderClassName
{
color: #F2876F;
}
.AnyTagClassName
{
color: #F2876F;
}
</style>
background-color css
<style>
a { background-color: #F2876F; }
a { background-color: rgb(242,135,111); }
div.DivClassName
{
background-color: #F2876F;
}
.BgClassName
{
background-color: #F2876F;
}
</style>
border-color css
<style>
span { border-color: #F2876F; }
span { border-color: rgb(242,135,111); }
td.TdClassName
{
border-color: #F2876F;
}
.TagClassName
{
border-color: #F2876F;
}
</style>