Shades of Salmon #F2826F
Tints of Salmon #F2826F
RGB
CMYK
RGB Variations
Color information
#F2826F (or 0xF2826F) is known color: Salmon. HEX triplet: F2, 82 and 6F. RGB value is (242,130,111). Sum of RGB (Red+Green+Blue) = 242+130+111=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2826F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2826F is #0D7D90. Grayscale: #A1A1A1. Windows color (decimal): -884113 or 7308018. OLE color: 7308018.
HSL color Cylindrical-coordinate representation of color #F2826F: hue angle of 8.7º 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 #F2826F is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 111 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.05 |
| HSL | 8.7º | 0.83% | 0.69% | - |
| HSV(B) | 8.7º | 0.54% | 0.95% | - |
| XYZ | 47.47 | 35.99 | 19.48 | - |
| YUV | 161.32 | 99.61 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 111 | 0 | 0.46 | 0.54 | 0.05 | 8.7 | 0.83 | 0.69 |
| Hex | F2 | 82 | 6F | 0 | 2E | 36 | 5 | 9 | 53 | 45 |
| Octal | 362 | 202 | 157 | 0 | 56 | 66 | 5 | 11 | 123 | 105 |
| Binary | 11110010 | 10000010 | 1101111 | 0 | 101110 | 110110 | 101 | 1001 | 1010011 | 1000101 |
Color Harmonies of #F2826F
Complementary color
Monochromatic Colors of #F2826F
Black with #F2826F
Text Example
Text Example
White with #F2826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2826F; }
p { color: rgb(242,130,111); }
H1.HeaderClassName
{
color: #F2826F;
}
.AnyTagClassName
{
color: #F2826F;
}
</style>
background-color css
<style>
a { background-color: #F2826F; }
a { background-color: rgb(242,130,111); }
div.DivClassName
{
background-color: #F2826F;
}
.BgClassName
{
background-color: #F2826F;
}
</style>
border-color css
<style>
span { border-color: #F2826F; }
span { border-color: rgb(242,130,111); }
td.TdClassName
{
border-color: #F2826F;
}
.TagClassName
{
border-color: #F2826F;
}
</style>