Shades of Salmon #F2756A
Tints of Salmon #F2756A
RGB
CMYK
RGB Variations
Color information
#F2756A (or 0xF2756A) is known color: Salmon. HEX triplet: F2, 75 and 6A. RGB value is (242,117,106). Sum of RGB (Red+Green+Blue) = 242+117+106=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2756A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2756A is #0D8A95. Grayscale: #999999. Windows color (decimal): -887446 or 6977010. OLE color: 6977010.
HSL color Cylindrical-coordinate representation of color #F2756A: hue angle of 4.85º 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 #F2756A is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 106 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.05 |
| HSL | 4.85º | 0.84% | 0.68% | - |
| HSV(B) | 4.85º | 0.56% | 0.95% | - |
| XYZ | 45.58 | 32.64 | 17.53 | - |
| YUV | 153.12 | 101.41 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 106 | 0 | 0.52 | 0.56 | 0.05 | 4.85 | 0.84 | 0.68 |
| Hex | F2 | 75 | 6A | 0 | 34 | 38 | 5 | 5 | 54 | 44 |
| Octal | 362 | 165 | 152 | 0 | 64 | 70 | 5 | 5 | 124 | 104 |
| Binary | 11110010 | 1110101 | 1101010 | 0 | 110100 | 111000 | 101 | 101 | 1010100 | 1000100 |
Color Harmonies of #F2756A
Complementary color
Monochromatic Colors of #F2756A
Black with #F2756A
Text Example
Text Example
White with #F2756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2756A; }
p { color: rgb(242,117,106); }
H1.HeaderClassName
{
color: #F2756A;
}
.AnyTagClassName
{
color: #F2756A;
}
</style>
background-color css
<style>
a { background-color: #F2756A; }
a { background-color: rgb(242,117,106); }
div.DivClassName
{
background-color: #F2756A;
}
.BgClassName
{
background-color: #F2756A;
}
</style>
border-color css
<style>
span { border-color: #F2756A; }
span { border-color: rgb(242,117,106); }
td.TdClassName
{
border-color: #F2756A;
}
.TagClassName
{
border-color: #F2756A;
}
</style>