Shades of Salmon #F2836F
Tints of Salmon #F2836F
RGB
CMYK
RGB Variations
Color information
#F2836F (or 0xF2836F) is known color: Salmon. HEX triplet: F2, 83 and 6F. RGB value is (242,131,111). Sum of RGB (Red+Green+Blue) = 242+131+111=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2836F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2836F is #0D7C90. Grayscale: #A2A2A2. Windows color (decimal): -883857 or 7308274. OLE color: 7308274.
HSL color Cylindrical-coordinate representation of color #F2836F: hue angle of 9.16º 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 #F2836F is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 111 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.05 |
| HSL | 9.16º | 0.83% | 0.69% | - |
| HSV(B) | 9.16º | 0.54% | 0.95% | - |
| XYZ | 47.6 | 36.26 | 19.53 | - |
| YUV | 161.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 111 | 0 | 0.46 | 0.54 | 0.05 | 9.16 | 0.83 | 0.69 |
| Hex | F2 | 83 | 6F | 0 | 2E | 36 | 5 | 9 | 53 | 45 |
| Octal | 362 | 203 | 157 | 0 | 56 | 66 | 5 | 11 | 123 | 105 |
| Binary | 11110010 | 10000011 | 1101111 | 0 | 101110 | 110110 | 101 | 1001 | 1010011 | 1000101 |
Color Harmonies of #F2836F
Complementary color
Monochromatic Colors of #F2836F
Black with #F2836F
Text Example
Text Example
White with #F2836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2836F; }
p { color: rgb(242,131,111); }
H1.HeaderClassName
{
color: #F2836F;
}
.AnyTagClassName
{
color: #F2836F;
}
</style>
background-color css
<style>
a { background-color: #F2836F; }
a { background-color: rgb(242,131,111); }
div.DivClassName
{
background-color: #F2836F;
}
.BgClassName
{
background-color: #F2836F;
}
</style>
border-color css
<style>
span { border-color: #F2836F; }
span { border-color: rgb(242,131,111); }
td.TdClassName
{
border-color: #F2836F;
}
.TagClassName
{
border-color: #F2836F;
}
</style>