Shades of Salmon #F28969
Tints of Salmon #F28969
RGB
CMYK
RGB Variations
Color information
#F28969 (or 0xF28969) is known color: Salmon. HEX triplet: F2, 89 and 69. RGB value is (242,137,105). Sum of RGB (Red+Green+Blue) = 242+137+105=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F28969 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28969 is #0D7696. Grayscale: #A4A4A4. Windows color (decimal): -882327 or 6916594. OLE color: 6916594.
HSL color Cylindrical-coordinate representation of color #F28969: hue angle of 14.01º 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 #F28969 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 105 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.05 |
| HSL | 14.01º | 0.84% | 0.68% | - |
| HSV(B) | 14.01º | 0.57% | 0.95% | - |
| XYZ | 48.11 | 37.79 | 18.12 | - |
| YUV | 164.75 | 94.29 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 105 | 0 | 0.43 | 0.57 | 0.05 | 14.01 | 0.84 | 0.68 |
| Hex | F2 | 89 | 69 | 0 | 2B | 39 | 5 | E | 54 | 44 |
| Octal | 362 | 211 | 151 | 0 | 53 | 71 | 5 | 16 | 124 | 104 |
| Binary | 11110010 | 10001001 | 1101001 | 0 | 101011 | 111001 | 101 | 1110 | 1010100 | 1000100 |
Color Harmonies of #F28969
Complementary color
Monochromatic Colors of #F28969
Black with #F28969
Text Example
Text Example
White with #F28969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28969; }
p { color: rgb(242,137,105); }
H1.HeaderClassName
{
color: #F28969;
}
.AnyTagClassName
{
color: #F28969;
}
</style>
background-color css
<style>
a { background-color: #F28969; }
a { background-color: rgb(242,137,105); }
div.DivClassName
{
background-color: #F28969;
}
.BgClassName
{
background-color: #F28969;
}
</style>
border-color css
<style>
span { border-color: #F28969; }
span { border-color: rgb(242,137,105); }
td.TdClassName
{
border-color: #F28969;
}
.TagClassName
{
border-color: #F28969;
}
</style>