Shades of Salmon #F37F64
Tints of Salmon #F37F64
RGB
CMYK
RGB Variations
Color information
#F37F64 (or 0xF37F64) is known color: Salmon. HEX triplet: F3, 7F and 64. RGB value is (243,127,100). Sum of RGB (Red+Green+Blue) = 243+127+100=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37F64 is #0C809B. Grayscale: #9E9E9E. Windows color (decimal): -819356 or 6586355. OLE color: 6586355.
HSL color Cylindrical-coordinate representation of color #F37F64: hue angle of 11.33º degrees, saturation: 0.86, 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 #F37F64 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 127 | 100 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.05 |
| HSL | 11.33º | 0.86% | 0.67% | - |
| HSV(B) | 11.33º | 0.59% | 0.95% | - |
| XYZ | 46.85 | 35.15 | 16.37 | - |
| YUV | 158.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 127 | 100 | 0 | 0.48 | 0.59 | 0.05 | 11.33 | 0.86 | 0.67 |
| Hex | F3 | 7F | 64 | 0 | 30 | 3B | 5 | B | 56 | 43 |
| Octal | 363 | 177 | 144 | 0 | 60 | 73 | 5 | 13 | 126 | 103 |
| Binary | 11110011 | 1111111 | 1100100 | 0 | 110000 | 111011 | 101 | 1011 | 1010110 | 1000011 |
Color Harmonies of #F37F64
Complementary color
Monochromatic Colors of #F37F64
Black with #F37F64
Text Example
Text Example
White with #F37F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37F64; }
p { color: rgb(243,127,100); }
H1.HeaderClassName
{
color: #F37F64;
}
.AnyTagClassName
{
color: #F37F64;
}
</style>
background-color css
<style>
a { background-color: #F37F64; }
a { background-color: rgb(243,127,100); }
div.DivClassName
{
background-color: #F37F64;
}
.BgClassName
{
background-color: #F37F64;
}
</style>
border-color css
<style>
span { border-color: #F37F64; }
span { border-color: rgb(243,127,100); }
td.TdClassName
{
border-color: #F37F64;
}
.TagClassName
{
border-color: #F37F64;
}
</style>