Shades of Salmon #F28172
Tints of Salmon #F28172
RGB
CMYK
RGB Variations
Color information
#F28172 (or 0xF28172) is known color: Salmon. HEX triplet: F2, 81 and 72. RGB value is (242,129,114). Sum of RGB (Red+Green+Blue) = 242+129+114=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F28172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28172 is #0D7E8D. Grayscale: #A1A1A1. Windows color (decimal): -884366 or 7504370. OLE color: 7504370.
HSL color Cylindrical-coordinate representation of color #F28172: hue angle of 7.03º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F28172 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 114 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.05 |
| HSL | 7.03º | 0.83% | 0.7% | - |
| HSV(B) | 7.03º | 0.53% | 0.95% | - |
| XYZ | 47.51 | 35.79 | 20.32 | - |
| YUV | 161.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 114 | 0 | 0.47 | 0.53 | 0.05 | 7.03 | 0.83 | 0.7 |
| Hex | F2 | 81 | 72 | 0 | 2F | 35 | 5 | 7 | 53 | 46 |
| Octal | 362 | 201 | 162 | 0 | 57 | 65 | 5 | 7 | 123 | 106 |
| Binary | 11110010 | 10000001 | 1110010 | 0 | 101111 | 110101 | 101 | 111 | 1010011 | 1000110 |
Color Harmonies of #F28172
Complementary color
Monochromatic Colors of #F28172
Black with #F28172
Text Example
Text Example
White with #F28172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28172; }
p { color: rgb(242,129,114); }
H1.HeaderClassName
{
color: #F28172;
}
.AnyTagClassName
{
color: #F28172;
}
</style>
background-color css
<style>
a { background-color: #F28172; }
a { background-color: rgb(242,129,114); }
div.DivClassName
{
background-color: #F28172;
}
.BgClassName
{
background-color: #F28172;
}
</style>
border-color css
<style>
span { border-color: #F28172; }
span { border-color: rgb(242,129,114); }
td.TdClassName
{
border-color: #F28172;
}
.TagClassName
{
border-color: #F28172;
}
</style>