Shades of Salmon #F2746B
Tints of Salmon #F2746B
RGB
CMYK
RGB Variations
Color information
#F2746B (or 0xF2746B) is known color: Salmon. HEX triplet: F2, 74 and 6B. RGB value is (242,116,107). Sum of RGB (Red+Green+Blue) = 242+116+107=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2746B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2746B is #0D8B94. Grayscale: #989898. Windows color (decimal): -887701 or 7042290. OLE color: 7042290.
HSL color Cylindrical-coordinate representation of color #F2746B: hue angle of 4º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2746B is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 107 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.05 |
| HSL | 4º | 0.84% | 0.68% | - |
| HSV(B) | 4º | 0.56% | 0.95% | - |
| XYZ | 45.52 | 32.43 | 17.77 | - |
| YUV | 152.65 | 102.24 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 107 | 0 | 0.52 | 0.56 | 0.05 | 4 | 0.84 | 0.68 |
| Hex | F2 | 74 | 6B | 0 | 34 | 38 | 5 | 4 | 54 | 44 |
| Octal | 362 | 164 | 153 | 0 | 64 | 70 | 5 | 4 | 124 | 104 |
| Binary | 11110010 | 1110100 | 1101011 | 0 | 110100 | 111000 | 101 | 100 | 1010100 | 1000100 |
Color Harmonies of #F2746B
Complementary color
Monochromatic Colors of #F2746B
Black with #F2746B
Text Example
Text Example
White with #F2746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2746B; }
p { color: rgb(242,116,107); }
H1.HeaderClassName
{
color: #F2746B;
}
.AnyTagClassName
{
color: #F2746B;
}
</style>
background-color css
<style>
a { background-color: #F2746B; }
a { background-color: rgb(242,116,107); }
div.DivClassName
{
background-color: #F2746B;
}
.BgClassName
{
background-color: #F2746B;
}
</style>
border-color css
<style>
span { border-color: #F2746B; }
span { border-color: rgb(242,116,107); }
td.TdClassName
{
border-color: #F2746B;
}
.TagClassName
{
border-color: #F2746B;
}
</style>