Shades of Salmon #F28073
Tints of Salmon #F28073
RGB
CMYK
RGB Variations
Color information
#F28073 (or 0xF28073) is known color: Salmon. HEX triplet: F2, 80 and 73. RGB value is (242,128,115). Sum of RGB (Red+Green+Blue) = 242+128+115=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F28073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28073 is #0D7F8C. Grayscale: #A0A0A0. Windows color (decimal): -884621 or 7569650. OLE color: 7569650.
HSL color Cylindrical-coordinate representation of color #F28073: hue angle of 6.14º 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 #F28073 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 115 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.05 |
| HSL | 6.14º | 0.83% | 0.7% | - |
| HSV(B) | 6.14º | 0.52% | 0.95% | - |
| XYZ | 47.43 | 35.55 | 20.58 | - |
| YUV | 160.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 115 | 0 | 0.47 | 0.52 | 0.05 | 6.14 | 0.83 | 0.7 |
| Hex | F2 | 80 | 73 | 0 | 2F | 34 | 5 | 6 | 53 | 46 |
| Octal | 362 | 200 | 163 | 0 | 57 | 64 | 5 | 6 | 123 | 106 |
| Binary | 11110010 | 10000000 | 1110011 | 0 | 101111 | 110100 | 101 | 110 | 1010011 | 1000110 |
Color Harmonies of #F28073
Complementary color
Monochromatic Colors of #F28073
Black with #F28073
Text Example
Text Example
White with #F28073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28073; }
p { color: rgb(242,128,115); }
H1.HeaderClassName
{
color: #F28073;
}
.AnyTagClassName
{
color: #F28073;
}
</style>
background-color css
<style>
a { background-color: #F28073; }
a { background-color: rgb(242,128,115); }
div.DivClassName
{
background-color: #F28073;
}
.BgClassName
{
background-color: #F28073;
}
</style>
border-color css
<style>
span { border-color: #F28073; }
span { border-color: rgb(242,128,115); }
td.TdClassName
{
border-color: #F28073;
}
.TagClassName
{
border-color: #F28073;
}
</style>