Shades of Salmon #F27669
Tints of Salmon #F27669
RGB
CMYK
RGB Variations
Color information
#F27669 (or 0xF27669) is known color: Salmon. HEX triplet: F2, 76 and 69. RGB value is (242,118,105). Sum of RGB (Red+Green+Blue) = 242+118+105=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F27669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27669 is #0D8996. Grayscale: #999999. Windows color (decimal): -887191 or 6911730. OLE color: 6911730.
HSL color Cylindrical-coordinate representation of color #F27669: hue angle of 5.69º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F27669 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 105 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.05 |
| HSL | 5.69º | 0.84% | 0.68% | - |
| HSV(B) | 5.69º | 0.57% | 0.95% | - |
| XYZ | 45.65 | 32.85 | 17.3 | - |
| YUV | 153.59 | 100.58 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 105 | 0 | 0.51 | 0.57 | 0.05 | 5.69 | 0.84 | 0.68 |
| Hex | F2 | 76 | 69 | 0 | 33 | 39 | 5 | 6 | 54 | 44 |
| Octal | 362 | 166 | 151 | 0 | 63 | 71 | 5 | 6 | 124 | 104 |
| Binary | 11110010 | 1110110 | 1101001 | 0 | 110011 | 111001 | 101 | 110 | 1010100 | 1000100 |
Color Harmonies of #F27669
Complementary color
Monochromatic Colors of #F27669
Black with #F27669
Text Example
Text Example
White with #F27669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27669; }
p { color: rgb(242,118,105); }
H1.HeaderClassName
{
color: #F27669;
}
.AnyTagClassName
{
color: #F27669;
}
</style>
background-color css
<style>
a { background-color: #F27669; }
a { background-color: rgb(242,118,105); }
div.DivClassName
{
background-color: #F27669;
}
.BgClassName
{
background-color: #F27669;
}
</style>
border-color css
<style>
span { border-color: #F27669; }
span { border-color: rgb(242,118,105); }
td.TdClassName
{
border-color: #F27669;
}
.TagClassName
{
border-color: #F27669;
}
</style>