Shades of Salmon #F28378
Tints of Salmon #F28378
RGB
CMYK
RGB Variations
Color information
#F28378 (or 0xF28378) is known color: Salmon. HEX triplet: F2, 83 and 78. RGB value is (242,131,120). Sum of RGB (Red+Green+Blue) = 242+131+120=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F28378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28378 is #0D7C87. Grayscale: #A3A3A3. Windows color (decimal): -883848 or 7898098. OLE color: 7898098.
HSL color Cylindrical-coordinate representation of color #F28378: hue angle of 5.41º 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 #F28378 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 120 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.05 |
| HSL | 5.41º | 0.82% | 0.71% | - |
| HSV(B) | 5.41º | 0.5% | 0.95% | - |
| XYZ | 48.12 | 36.47 | 22.27 | - |
| YUV | 162.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 120 | 0 | 0.46 | 0.50 | 0.05 | 5.41 | 0.82 | 0.71 |
| Hex | F2 | 83 | 78 | 0 | 2E | 32 | 5 | 5 | 52 | 47 |
| Octal | 362 | 203 | 170 | 0 | 56 | 62 | 5 | 5 | 122 | 107 |
| Binary | 11110010 | 10000011 | 1111000 | 0 | 101110 | 110010 | 101 | 101 | 1010010 | 1000111 |
Color Harmonies of #F28378
Complementary color
Monochromatic Colors of #F28378
Black with #F28378
Text Example
Text Example
White with #F28378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28378; }
p { color: rgb(242,131,120); }
H1.HeaderClassName
{
color: #F28378;
}
.AnyTagClassName
{
color: #F28378;
}
</style>
background-color css
<style>
a { background-color: #F28378; }
a { background-color: rgb(242,131,120); }
div.DivClassName
{
background-color: #F28378;
}
.BgClassName
{
background-color: #F28378;
}
</style>
border-color css
<style>
span { border-color: #F28378; }
span { border-color: rgb(242,131,120); }
td.TdClassName
{
border-color: #F28378;
}
.TagClassName
{
border-color: #F28378;
}
</style>