Shades of Salmon #F27E6D
Tints of Salmon #F27E6D
RGB
CMYK
RGB Variations
Color information
#F27E6D (or 0xF27E6D) is known color: Salmon. HEX triplet: F2, 7E and 6D. RGB value is (242,126,109). Sum of RGB (Red+Green+Blue) = 242+126+109=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27E6D is #0D8192. Grayscale: #9E9E9E. Windows color (decimal): -885139 or 7175922. OLE color: 7175922.
HSL color Cylindrical-coordinate representation of color #F27E6D: hue angle of 7.67º 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 #F27E6D is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 109 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.05 |
| HSL | 7.67º | 0.84% | 0.69% | - |
| HSV(B) | 7.67º | 0.55% | 0.95% | - |
| XYZ | 46.84 | 34.9 | 18.74 | - |
| YUV | 158.75 | 99.93 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 109 | 0 | 0.48 | 0.55 | 0.05 | 7.67 | 0.84 | 0.69 |
| Hex | F2 | 7E | 6D | 0 | 30 | 37 | 5 | 8 | 54 | 45 |
| Octal | 362 | 176 | 155 | 0 | 60 | 67 | 5 | 10 | 124 | 105 |
| Binary | 11110010 | 1111110 | 1101101 | 0 | 110000 | 110111 | 101 | 1000 | 1010100 | 1000101 |
Color Harmonies of #F27E6D
Complementary color
Monochromatic Colors of #F27E6D
Black with #F27E6D
Text Example
Text Example
White with #F27E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27E6D; }
p { color: rgb(242,126,109); }
H1.HeaderClassName
{
color: #F27E6D;
}
.AnyTagClassName
{
color: #F27E6D;
}
</style>
background-color css
<style>
a { background-color: #F27E6D; }
a { background-color: rgb(242,126,109); }
div.DivClassName
{
background-color: #F27E6D;
}
.BgClassName
{
background-color: #F27E6D;
}
</style>
border-color css
<style>
span { border-color: #F27E6D; }
span { border-color: rgb(242,126,109); }
td.TdClassName
{
border-color: #F27E6D;
}
.TagClassName
{
border-color: #F27E6D;
}
</style>