Shades of Salmon #F28275
Tints of Salmon #F28275
RGB
CMYK
RGB Variations
Color information
#F28275 (or 0xF28275) is known color: Salmon. HEX triplet: F2, 82 and 75. RGB value is (242,130,117). Sum of RGB (Red+Green+Blue) = 242+130+117=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F28275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28275 is #0D7D8A. Grayscale: #A2A2A2. Windows color (decimal): -884107 or 7701234. OLE color: 7701234.
HSL color Cylindrical-coordinate representation of color #F28275: hue angle of 6.24º 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 #F28275 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 117 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.05 |
| HSL | 6.24º | 0.83% | 0.7% | - |
| HSV(B) | 6.24º | 0.52% | 0.95% | - |
| XYZ | 47.81 | 36.13 | 21.28 | - |
| YUV | 162.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 117 | 0 | 0.46 | 0.52 | 0.05 | 6.24 | 0.83 | 0.7 |
| Hex | F2 | 82 | 75 | 0 | 2E | 34 | 5 | 6 | 53 | 46 |
| Octal | 362 | 202 | 165 | 0 | 56 | 64 | 5 | 6 | 123 | 106 |
| Binary | 11110010 | 10000010 | 1110101 | 0 | 101110 | 110100 | 101 | 110 | 1010011 | 1000110 |
Color Harmonies of #F28275
Complementary color
Monochromatic Colors of #F28275
Black with #F28275
Text Example
Text Example
White with #F28275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28275; }
p { color: rgb(242,130,117); }
H1.HeaderClassName
{
color: #F28275;
}
.AnyTagClassName
{
color: #F28275;
}
</style>
background-color css
<style>
a { background-color: #F28275; }
a { background-color: rgb(242,130,117); }
div.DivClassName
{
background-color: #F28275;
}
.BgClassName
{
background-color: #F28275;
}
</style>
border-color css
<style>
span { border-color: #F28275; }
span { border-color: rgb(242,130,117); }
td.TdClassName
{
border-color: #F28275;
}
.TagClassName
{
border-color: #F28275;
}
</style>