Shades of Salmon #F2836C
Tints of Salmon #F2836C
RGB
CMYK
RGB Variations
Color information
#F2836C (or 0xF2836C) is known color: Salmon. HEX triplet: F2, 83 and 6C. RGB value is (242,131,108). Sum of RGB (Red+Green+Blue) = 242+131+108=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2836C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2836C is #0D7C93. Grayscale: #A1A1A1. Windows color (decimal): -883860 or 7111666. OLE color: 7111666.
HSL color Cylindrical-coordinate representation of color #F2836C: hue angle of 10.3º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2836C is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 108 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.05 |
| HSL | 10.3º | 0.84% | 0.69% | - |
| HSV(B) | 10.3º | 0.55% | 0.95% | - |
| XYZ | 47.44 | 36.19 | 18.67 | - |
| YUV | 161.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 108 | 0 | 0.46 | 0.55 | 0.05 | 10.3 | 0.84 | 0.69 |
| Hex | F2 | 83 | 6C | 0 | 2E | 37 | 5 | A | 54 | 45 |
| Octal | 362 | 203 | 154 | 0 | 56 | 67 | 5 | 12 | 124 | 105 |
| Binary | 11110010 | 10000011 | 1101100 | 0 | 101110 | 110111 | 101 | 1010 | 1010100 | 1000101 |
Color Harmonies of #F2836C
Complementary color
Monochromatic Colors of #F2836C
Black with #F2836C
Text Example
Text Example
White with #F2836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2836C; }
p { color: rgb(242,131,108); }
H1.HeaderClassName
{
color: #F2836C;
}
.AnyTagClassName
{
color: #F2836C;
}
</style>
background-color css
<style>
a { background-color: #F2836C; }
a { background-color: rgb(242,131,108); }
div.DivClassName
{
background-color: #F2836C;
}
.BgClassName
{
background-color: #F2836C;
}
</style>
border-color css
<style>
span { border-color: #F2836C; }
span { border-color: rgb(242,131,108); }
td.TdClassName
{
border-color: #F2836C;
}
.TagClassName
{
border-color: #F2836C;
}
</style>