Shades of Salmon #F28278
Tints of Salmon #F28278
RGB
CMYK
RGB Variations
Color information
#F28278 (or 0xF28278) is known color: Salmon. HEX triplet: F2, 82 and 78. RGB value is (242,130,120). Sum of RGB (Red+Green+Blue) = 242+130+120=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F28278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28278 is #0D7D87. Grayscale: #A2A2A2. Windows color (decimal): -884104 or 7897842. OLE color: 7897842.
HSL color Cylindrical-coordinate representation of color #F28278: hue angle of 4.92º 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 #F28278 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 120 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.05 |
| HSL | 4.92º | 0.82% | 0.71% | - |
| HSV(B) | 4.92º | 0.5% | 0.95% | - |
| XYZ | 47.99 | 36.2 | 22.23 | - |
| YUV | 162.35 | 104.11 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 120 | 0 | 0.46 | 0.50 | 0.05 | 4.92 | 0.82 | 0.71 |
| Hex | F2 | 82 | 78 | 0 | 2E | 32 | 5 | 5 | 52 | 47 |
| Octal | 362 | 202 | 170 | 0 | 56 | 62 | 5 | 5 | 122 | 107 |
| Binary | 11110010 | 10000010 | 1111000 | 0 | 101110 | 110010 | 101 | 101 | 1010010 | 1000111 |
Color Harmonies of #F28278
Complementary color
Monochromatic Colors of #F28278
Black with #F28278
Text Example
Text Example
White with #F28278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28278; }
p { color: rgb(242,130,120); }
H1.HeaderClassName
{
color: #F28278;
}
.AnyTagClassName
{
color: #F28278;
}
</style>
background-color css
<style>
a { background-color: #F28278; }
a { background-color: rgb(242,130,120); }
div.DivClassName
{
background-color: #F28278;
}
.BgClassName
{
background-color: #F28278;
}
</style>
border-color css
<style>
span { border-color: #F28278; }
span { border-color: rgb(242,130,120); }
td.TdClassName
{
border-color: #F28278;
}
.TagClassName
{
border-color: #F28278;
}
</style>