Shades of Salmon #F28478
Tints of Salmon #F28478
RGB
CMYK
RGB Variations
Color information
#F28478 (or 0xF28478) is known color: Salmon. HEX triplet: F2, 84 and 78. RGB value is (242,132,120). Sum of RGB (Red+Green+Blue) = 242+132+120=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F28478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28478 is #0D7B87. Grayscale: #A3A3A3. Windows color (decimal): -883592 or 7898354. OLE color: 7898354.
HSL color Cylindrical-coordinate representation of color #F28478: hue angle of 5.9º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F28478 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 120 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.05 |
| HSL | 5.9º | 0.82% | 0.71% | - |
| HSV(B) | 5.9º | 0.5% | 0.95% | - |
| XYZ | 48.26 | 36.74 | 22.32 | - |
| YUV | 163.52 | 103.44 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 120 | 0 | 0.45 | 0.50 | 0.05 | 5.9 | 0.82 | 0.71 |
| Hex | F2 | 84 | 78 | 0 | 2D | 32 | 5 | 6 | 52 | 47 |
| Octal | 362 | 204 | 170 | 0 | 55 | 62 | 5 | 6 | 122 | 107 |
| Binary | 11110010 | 10000100 | 1111000 | 0 | 101101 | 110010 | 101 | 110 | 1010010 | 1000111 |
Color Harmonies of #F28478
Complementary color
Monochromatic Colors of #F28478
Black with #F28478
Text Example
Text Example
White with #F28478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28478; }
p { color: rgb(242,132,120); }
H1.HeaderClassName
{
color: #F28478;
}
.AnyTagClassName
{
color: #F28478;
}
</style>
background-color css
<style>
a { background-color: #F28478; }
a { background-color: rgb(242,132,120); }
div.DivClassName
{
background-color: #F28478;
}
.BgClassName
{
background-color: #F28478;
}
</style>
border-color css
<style>
span { border-color: #F28478; }
span { border-color: rgb(242,132,120); }
td.TdClassName
{
border-color: #F28478;
}
.TagClassName
{
border-color: #F28478;
}
</style>