Shades of Salmon #F57A6B
Tints of Salmon #F57A6B
RGB
CMYK
RGB Variations
Color information
#F57A6B (or 0xF57A6B) is known color: Salmon. HEX triplet: F5, 7A and 6B. RGB value is (245,122,107). Sum of RGB (Red+Green+Blue) = 245+122+107=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57A6B is #0A8594. Grayscale: #9D9D9D. Windows color (decimal): -689557 or 7043829. OLE color: 7043829.
HSL color Cylindrical-coordinate representation of color #F57A6B: hue angle of 6.52º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F57A6B is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 122 | 107 | - |
CMYK | 0 | 0.50 | 0.56 | 0.04 |
HSL | 6.52º | 0.87% | 0.69% | - |
HSV(B) | 6.52º | 0.56% | 0.96% | - |
XYZ | 47.27 | 34.39 | 18.06 | - |
YUV | 157.07 | 99.75 | 190.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 122 | 107 | 0 | 0.50 | 0.56 | 0.04 | 6.52 | 0.87 | 0.69 |
Hex | F5 | 7A | 6B | 0 | 32 | 38 | 4 | 7 | 57 | 45 |
Octal | 365 | 172 | 153 | 0 | 62 | 70 | 4 | 7 | 127 | 105 |
Binary | 11110101 | 1111010 | 1101011 | 0 | 110010 | 111000 | 100 | 111 | 1010111 | 1000101 |
Color Harmonies of #F57A6B
Complementary color
Monochromatic Colors of #F57A6B
Black with #F57A6B
Text Example
Text Example
White with #F57A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57A6B; }
p { color: rgb(245,122,107); }
H1.HeaderClassName
{
color: #F57A6B;
}
.AnyTagClassName
{
color: #F57A6B;
}
</style>
background-color css
<style>
a { background-color: #F57A6B; }
a { background-color: rgb(245,122,107); }
div.DivClassName
{
background-color: #F57A6B;
}
.BgClassName
{
background-color: #F57A6B;
}
</style>
border-color css
<style>
span { border-color: #F57A6B; }
span { border-color: rgb(245,122,107); }
td.TdClassName
{
border-color: #F57A6B;
}
.TagClassName
{
border-color: #F57A6B;
}
</style>