Shades of Salmon #F08272
Tints of Salmon #F08272
RGB
CMYK
RGB Variations
Color information
#F08272 (or 0xF08272) is known color: Salmon. HEX triplet: F0, 82 and 72. RGB value is (240,130,114). Sum of RGB (Red+Green+Blue) = 240+130+114=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F08272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08272 is #0F7D8D. Grayscale: #A1A1A1. Windows color (decimal): -1015182 or 7504624. OLE color: 7504624.
HSL color Cylindrical-coordinate representation of color #F08272: hue angle of 7.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F08272 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 114 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.06 |
| HSL | 7.62º | 0.81% | 0.69% | - |
| HSV(B) | 7.62º | 0.53% | 0.94% | - |
| XYZ | 46.96 | 35.71 | 20.34 | - |
| YUV | 161.07 | 101.44 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 114 | 0 | 0.46 | 0.52 | 0.06 | 7.62 | 0.81 | 0.69 |
| Hex | F0 | 82 | 72 | 0 | 2E | 34 | 6 | 8 | 51 | 45 |
| Octal | 360 | 202 | 162 | 0 | 56 | 64 | 6 | 10 | 121 | 105 |
| Binary | 11110000 | 10000010 | 1110010 | 0 | 101110 | 110100 | 110 | 1000 | 1010001 | 1000101 |
Color Harmonies of #F08272
Complementary color
Monochromatic Colors of #F08272
Black with #F08272
Text Example
Text Example
White with #F08272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08272; }
p { color: rgb(240,130,114); }
H1.HeaderClassName
{
color: #F08272;
}
.AnyTagClassName
{
color: #F08272;
}
</style>
background-color css
<style>
a { background-color: #F08272; }
a { background-color: rgb(240,130,114); }
div.DivClassName
{
background-color: #F08272;
}
.BgClassName
{
background-color: #F08272;
}
</style>
border-color css
<style>
span { border-color: #F08272; }
span { border-color: rgb(240,130,114); }
td.TdClassName
{
border-color: #F08272;
}
.TagClassName
{
border-color: #F08272;
}
</style>