Shades of Salmon #F28B6D
Tints of Salmon #F28B6D
RGB
CMYK
RGB Variations
Color information
#F28B6D (or 0xF28B6D) is known color: Salmon. HEX triplet: F2, 8B and 6D. RGB value is (242,139,109). Sum of RGB (Red+Green+Blue) = 242+139+109=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B6D is #0D7492. Grayscale: #A6A6A6. Windows color (decimal): -881811 or 7179250. OLE color: 7179250.
HSL color Cylindrical-coordinate representation of color #F28B6D: hue angle of 13.53º 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 #F28B6D is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 109 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.05 |
| HSL | 13.53º | 0.84% | 0.69% | - |
| HSV(B) | 13.53º | 0.55% | 0.95% | - |
| XYZ | 48.61 | 38.45 | 19.33 | - |
| YUV | 166.38 | 95.62 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 109 | 0 | 0.43 | 0.55 | 0.05 | 13.53 | 0.84 | 0.69 |
| Hex | F2 | 8B | 6D | 0 | 2B | 37 | 5 | E | 54 | 45 |
| Octal | 362 | 213 | 155 | 0 | 53 | 67 | 5 | 16 | 124 | 105 |
| Binary | 11110010 | 10001011 | 1101101 | 0 | 101011 | 110111 | 101 | 1110 | 1010100 | 1000101 |
Color Harmonies of #F28B6D
Complementary color
Monochromatic Colors of #F28B6D
Black with #F28B6D
Text Example
Text Example
White with #F28B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B6D; }
p { color: rgb(242,139,109); }
H1.HeaderClassName
{
color: #F28B6D;
}
.AnyTagClassName
{
color: #F28B6D;
}
</style>
background-color css
<style>
a { background-color: #F28B6D; }
a { background-color: rgb(242,139,109); }
div.DivClassName
{
background-color: #F28B6D;
}
.BgClassName
{
background-color: #F28B6D;
}
</style>
border-color css
<style>
span { border-color: #F28B6D; }
span { border-color: rgb(242,139,109); }
td.TdClassName
{
border-color: #F28B6D;
}
.TagClassName
{
border-color: #F28B6D;
}
</style>