Shades of Salmon #F28475
Tints of Salmon #F28475
RGB
CMYK
RGB Variations
Color information
#F28475 (or 0xF28475) is known color: Salmon. HEX triplet: F2, 84 and 75. RGB value is (242,132,117). Sum of RGB (Red+Green+Blue) = 242+132+117=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F28475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28475 is #0D7B8A. Grayscale: #A3A3A3. Windows color (decimal): -883595 or 7701746. OLE color: 7701746.
HSL color Cylindrical-coordinate representation of color #F28475: hue angle of 7.2º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F28475 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 117 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.05 |
| HSL | 7.2º | 0.83% | 0.7% | - |
| HSV(B) | 7.2º | 0.52% | 0.95% | - |
| XYZ | 48.08 | 36.66 | 21.37 | - |
| YUV | 163.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 117 | 0 | 0.45 | 0.52 | 0.05 | 7.2 | 0.83 | 0.7 |
| Hex | F2 | 84 | 75 | 0 | 2D | 34 | 5 | 7 | 53 | 46 |
| Octal | 362 | 204 | 165 | 0 | 55 | 64 | 5 | 7 | 123 | 106 |
| Binary | 11110010 | 10000100 | 1110101 | 0 | 101101 | 110100 | 101 | 111 | 1010011 | 1000110 |
Color Harmonies of #F28475
Complementary color
Monochromatic Colors of #F28475
Black with #F28475
Text Example
Text Example
White with #F28475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28475; }
p { color: rgb(242,132,117); }
H1.HeaderClassName
{
color: #F28475;
}
.AnyTagClassName
{
color: #F28475;
}
</style>
background-color css
<style>
a { background-color: #F28475; }
a { background-color: rgb(242,132,117); }
div.DivClassName
{
background-color: #F28475;
}
.BgClassName
{
background-color: #F28475;
}
</style>
border-color css
<style>
span { border-color: #F28475; }
span { border-color: rgb(242,132,117); }
td.TdClassName
{
border-color: #F28475;
}
.TagClassName
{
border-color: #F28475;
}
</style>