Shades of Salmon #F28465
Tints of Salmon #F28465
RGB
CMYK
RGB Variations
Color information
#F28465 (or 0xF28465) is known color: Salmon. HEX triplet: F2, 84 and 65. RGB value is (242,132,101). Sum of RGB (Red+Green+Blue) = 242+132+101=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F28465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28465 is #0D7B9A. Grayscale: #A1A1A1. Windows color (decimal): -883611 or 6653170. OLE color: 6653170.
HSL color Cylindrical-coordinate representation of color #F28465: hue angle of 13.19º 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 #F28465 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 101 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.05 |
| HSL | 13.19º | 0.84% | 0.67% | - |
| HSV(B) | 13.19º | 0.58% | 0.95% | - |
| XYZ | 47.22 | 36.32 | 16.83 | - |
| YUV | 161.36 | 93.94 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 101 | 0 | 0.45 | 0.58 | 0.05 | 13.19 | 0.84 | 0.67 |
| Hex | F2 | 84 | 65 | 0 | 2D | 3A | 5 | D | 54 | 43 |
| Octal | 362 | 204 | 145 | 0 | 55 | 72 | 5 | 15 | 124 | 103 |
| Binary | 11110010 | 10000100 | 1100101 | 0 | 101101 | 111010 | 101 | 1101 | 1010100 | 1000011 |
Color Harmonies of #F28465
Complementary color
Monochromatic Colors of #F28465
Black with #F28465
Text Example
Text Example
White with #F28465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28465; }
p { color: rgb(242,132,101); }
H1.HeaderClassName
{
color: #F28465;
}
.AnyTagClassName
{
color: #F28465;
}
</style>
background-color css
<style>
a { background-color: #F28465; }
a { background-color: rgb(242,132,101); }
div.DivClassName
{
background-color: #F28465;
}
.BgClassName
{
background-color: #F28465;
}
</style>
border-color css
<style>
span { border-color: #F28465; }
span { border-color: rgb(242,132,101); }
td.TdClassName
{
border-color: #F28465;
}
.TagClassName
{
border-color: #F28465;
}
</style>