Shades of Salmon #F88273
Tints of Salmon #F88273
RGB
CMYK
RGB Variations
Color information
#F88273 (or 0xF88273) is known color: Salmon. HEX triplet: F8, 82 and 73. RGB value is (248,130,115). Sum of RGB (Red+Green+Blue) = 248+130+115=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F88273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88273 is #077D8C. Grayscale: #A3A3A3. Windows color (decimal): -490893 or 7570168. OLE color: 7570168.
HSL color Cylindrical-coordinate representation of color #F88273: hue angle of 6.77º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F88273 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 115 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.03 |
| HSL | 6.77º | 0.9% | 0.71% | - |
| HSV(B) | 6.77º | 0.54% | 0.97% | - |
| XYZ | 49.79 | 37.16 | 20.77 | - |
| YUV | 163.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 115 | 0 | 0.48 | 0.54 | 0.03 | 6.77 | 0.9 | 0.71 |
| Hex | F8 | 82 | 73 | 0 | 30 | 36 | 3 | 7 | 5A | 47 |
| Octal | 370 | 202 | 163 | 0 | 60 | 66 | 3 | 7 | 132 | 107 |
| Binary | 11111000 | 10000010 | 1110011 | 0 | 110000 | 110110 | 11 | 111 | 1011010 | 1000111 |
Color Harmonies of #F88273
Complementary color
Monochromatic Colors of #F88273
Black with #F88273
Text Example
Text Example
White with #F88273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88273; }
p { color: rgb(248,130,115); }
H1.HeaderClassName
{
color: #F88273;
}
.AnyTagClassName
{
color: #F88273;
}
</style>
background-color css
<style>
a { background-color: #F88273; }
a { background-color: rgb(248,130,115); }
div.DivClassName
{
background-color: #F88273;
}
.BgClassName
{
background-color: #F88273;
}
</style>
border-color css
<style>
span { border-color: #F88273; }
span { border-color: rgb(248,130,115); }
td.TdClassName
{
border-color: #F88273;
}
.TagClassName
{
border-color: #F88273;
}
</style>