Shades of Salmon #F27B66
Tints of Salmon #F27B66
RGB
CMYK
RGB Variations
Color information
#F27B66 (or 0xF27B66) is known color: Salmon. HEX triplet: F2, 7B and 66. RGB value is (242,123,102). Sum of RGB (Red+Green+Blue) = 242+123+102=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27B66 is #0D8499. Grayscale: #9C9C9C. Windows color (decimal): -885914 or 6716402. OLE color: 6716402.
HSL color Cylindrical-coordinate representation of color #F27B66: hue angle of 9º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F27B66 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 102 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.05 |
| HSL | 9º | 0.84% | 0.67% | - |
| HSV(B) | 9º | 0.58% | 0.95% | - |
| XYZ | 46.1 | 34 | 16.7 | - |
| YUV | 156.19 | 97.42 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 102 | 0 | 0.49 | 0.58 | 0.05 | 9 | 0.84 | 0.67 |
| Hex | F2 | 7B | 66 | 0 | 31 | 3A | 5 | 9 | 54 | 43 |
| Octal | 362 | 173 | 146 | 0 | 61 | 72 | 5 | 11 | 124 | 103 |
| Binary | 11110010 | 1111011 | 1100110 | 0 | 110001 | 111010 | 101 | 1001 | 1010100 | 1000011 |
Color Harmonies of #F27B66
Complementary color
Monochromatic Colors of #F27B66
Black with #F27B66
Text Example
Text Example
White with #F27B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27B66; }
p { color: rgb(242,123,102); }
H1.HeaderClassName
{
color: #F27B66;
}
.AnyTagClassName
{
color: #F27B66;
}
</style>
background-color css
<style>
a { background-color: #F27B66; }
a { background-color: rgb(242,123,102); }
div.DivClassName
{
background-color: #F27B66;
}
.BgClassName
{
background-color: #F27B66;
}
</style>
border-color css
<style>
span { border-color: #F27B66; }
span { border-color: rgb(242,123,102); }
td.TdClassName
{
border-color: #F27B66;
}
.TagClassName
{
border-color: #F27B66;
}
</style>