Shades of Salmon #F37F66
Tints of Salmon #F37F66
RGB
CMYK
RGB Variations
Color information
#F37F66 (or 0xF37F66) is known color: Salmon. HEX triplet: F3, 7F and 66. RGB value is (243,127,102). Sum of RGB (Red+Green+Blue) = 243+127+102=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37F66 is #0C8099. Grayscale: #9F9F9F. Windows color (decimal): -819354 or 6717427. OLE color: 6717427.
HSL color Cylindrical-coordinate representation of color #F37F66: hue angle of 10.64º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F37F66 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 127 | 102 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.05 |
| HSL | 10.64º | 0.85% | 0.68% | - |
| HSV(B) | 10.64º | 0.58% | 0.95% | - |
| XYZ | 46.95 | 35.19 | 16.89 | - |
| YUV | 158.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 127 | 102 | 0 | 0.48 | 0.58 | 0.05 | 10.64 | 0.85 | 0.68 |
| Hex | F3 | 7F | 66 | 0 | 30 | 3A | 5 | B | 55 | 44 |
| Octal | 363 | 177 | 146 | 0 | 60 | 72 | 5 | 13 | 125 | 104 |
| Binary | 11110011 | 1111111 | 1100110 | 0 | 110000 | 111010 | 101 | 1011 | 1010101 | 1000100 |
Color Harmonies of #F37F66
Complementary color
Monochromatic Colors of #F37F66
Black with #F37F66
Text Example
Text Example
White with #F37F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37F66; }
p { color: rgb(243,127,102); }
H1.HeaderClassName
{
color: #F37F66;
}
.AnyTagClassName
{
color: #F37F66;
}
</style>
background-color css
<style>
a { background-color: #F37F66; }
a { background-color: rgb(243,127,102); }
div.DivClassName
{
background-color: #F37F66;
}
.BgClassName
{
background-color: #F37F66;
}
</style>
border-color css
<style>
span { border-color: #F37F66; }
span { border-color: rgb(243,127,102); }
td.TdClassName
{
border-color: #F37F66;
}
.TagClassName
{
border-color: #F37F66;
}
</style>