Shades of Salmon #F27C6C
Tints of Salmon #F27C6C
RGB
CMYK
RGB Variations
Color information
#F27C6C (or 0xF27C6C) is known color: Salmon. HEX triplet: F2, 7C and 6C. RGB value is (242,124,108). Sum of RGB (Red+Green+Blue) = 242+124+108=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27C6C is #0D8393. Grayscale: #9D9D9D. Windows color (decimal): -885652 or 7109874. OLE color: 7109874.
HSL color Cylindrical-coordinate representation of color #F27C6C: hue angle of 7.16º 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 #F27C6C is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 108 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.05 |
| HSL | 7.16º | 0.84% | 0.69% | - |
| HSV(B) | 7.16º | 0.55% | 0.95% | - |
| XYZ | 46.53 | 34.38 | 18.37 | - |
| YUV | 157.46 | 100.09 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 108 | 0 | 0.49 | 0.55 | 0.05 | 7.16 | 0.84 | 0.69 |
| Hex | F2 | 7C | 6C | 0 | 31 | 37 | 5 | 7 | 54 | 45 |
| Octal | 362 | 174 | 154 | 0 | 61 | 67 | 5 | 7 | 124 | 105 |
| Binary | 11110010 | 1111100 | 1101100 | 0 | 110001 | 110111 | 101 | 111 | 1010100 | 1000101 |
Color Harmonies of #F27C6C
Complementary color
Monochromatic Colors of #F27C6C
Black with #F27C6C
Text Example
Text Example
White with #F27C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27C6C; }
p { color: rgb(242,124,108); }
H1.HeaderClassName
{
color: #F27C6C;
}
.AnyTagClassName
{
color: #F27C6C;
}
</style>
background-color css
<style>
a { background-color: #F27C6C; }
a { background-color: rgb(242,124,108); }
div.DivClassName
{
background-color: #F27C6C;
}
.BgClassName
{
background-color: #F27C6C;
}
</style>
border-color css
<style>
span { border-color: #F27C6C; }
span { border-color: rgb(242,124,108); }
td.TdClassName
{
border-color: #F27C6C;
}
.TagClassName
{
border-color: #F27C6C;
}
</style>