Shades of Salmon #F28164
Tints of Salmon #F28164
RGB
CMYK
RGB Variations
Color information
#F28164 (or 0xF28164) is known color: Salmon. HEX triplet: F2, 81 and 64. RGB value is (242,129,100). Sum of RGB (Red+Green+Blue) = 242+129+100=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F28164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28164 is #0D7E9B. Grayscale: #9F9F9F. Windows color (decimal): -884380 or 6586866. OLE color: 6586866.
HSL color Cylindrical-coordinate representation of color #F28164: hue angle of 12.25º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F28164 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 100 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.05 |
| HSL | 12.25º | 0.85% | 0.67% | - |
| HSV(B) | 12.25º | 0.59% | 0.95% | - |
| XYZ | 46.77 | 35.5 | 16.44 | - |
| YUV | 159.48 | 94.44 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 100 | 0 | 0.47 | 0.59 | 0.05 | 12.25 | 0.85 | 0.67 |
| Hex | F2 | 81 | 64 | 0 | 2F | 3B | 5 | C | 55 | 43 |
| Octal | 362 | 201 | 144 | 0 | 57 | 73 | 5 | 14 | 125 | 103 |
| Binary | 11110010 | 10000001 | 1100100 | 0 | 101111 | 111011 | 101 | 1100 | 1010101 | 1000011 |
Color Harmonies of #F28164
Complementary color
Monochromatic Colors of #F28164
Black with #F28164
Text Example
Text Example
White with #F28164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28164; }
p { color: rgb(242,129,100); }
H1.HeaderClassName
{
color: #F28164;
}
.AnyTagClassName
{
color: #F28164;
}
</style>
background-color css
<style>
a { background-color: #F28164; }
a { background-color: rgb(242,129,100); }
div.DivClassName
{
background-color: #F28164;
}
.BgClassName
{
background-color: #F28164;
}
</style>
border-color css
<style>
span { border-color: #F28164; }
span { border-color: rgb(242,129,100); }
td.TdClassName
{
border-color: #F28164;
}
.TagClassName
{
border-color: #F28164;
}
</style>