Shades of Salmon #F28165
Tints of Salmon #F28165
RGB
CMYK
RGB Variations
Color information
#F28165 (or 0xF28165) is known color: Salmon. HEX triplet: F2, 81 and 65. RGB value is (242,129,101). Sum of RGB (Red+Green+Blue) = 242+129+101=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F28165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28165 is #0D7E9A. Grayscale: #9F9F9F. Windows color (decimal): -884379 or 6652402. OLE color: 6652402.
HSL color Cylindrical-coordinate representation of color #F28165: hue angle of 11.91º 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 #F28165 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 101 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.05 |
| HSL | 11.91º | 0.84% | 0.67% | - |
| HSV(B) | 11.91º | 0.58% | 0.95% | - |
| XYZ | 46.82 | 35.52 | 16.7 | - |
| YUV | 159.6 | 94.94 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 101 | 0 | 0.47 | 0.58 | 0.05 | 11.91 | 0.84 | 0.67 |
| Hex | F2 | 81 | 65 | 0 | 2F | 3A | 5 | C | 54 | 43 |
| Octal | 362 | 201 | 145 | 0 | 57 | 72 | 5 | 14 | 124 | 103 |
| Binary | 11110010 | 10000001 | 1100101 | 0 | 101111 | 111010 | 101 | 1100 | 1010100 | 1000011 |
Color Harmonies of #F28165
Complementary color
Monochromatic Colors of #F28165
Black with #F28165
Text Example
Text Example
White with #F28165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28165; }
p { color: rgb(242,129,101); }
H1.HeaderClassName
{
color: #F28165;
}
.AnyTagClassName
{
color: #F28165;
}
</style>
background-color css
<style>
a { background-color: #F28165; }
a { background-color: rgb(242,129,101); }
div.DivClassName
{
background-color: #F28165;
}
.BgClassName
{
background-color: #F28165;
}
</style>
border-color css
<style>
span { border-color: #F28165; }
span { border-color: rgb(242,129,101); }
td.TdClassName
{
border-color: #F28165;
}
.TagClassName
{
border-color: #F28165;
}
</style>