Shades of Salmon #F37569
Tints of Salmon #F37569
RGB
CMYK
RGB Variations
Color information
#F37569 (or 0xF37569) is known color: Salmon. HEX triplet: F3, 75 and 69. RGB value is (243,117,105). Sum of RGB (Red+Green+Blue) = 243+117+105=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F37569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37569 is #0C8A96. Grayscale: #999999. Windows color (decimal): -821911 or 6911475. OLE color: 6911475.
HSL color Cylindrical-coordinate representation of color #F37569: hue angle of 5.22º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F37569 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 105 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.05 |
| HSL | 5.22º | 0.85% | 0.68% | - |
| HSV(B) | 5.22º | 0.57% | 0.95% | - |
| XYZ | 45.87 | 32.8 | 17.28 | - |
| YUV | 153.31 | 100.74 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 105 | 0 | 0.52 | 0.57 | 0.05 | 5.22 | 0.85 | 0.68 |
| Hex | F3 | 75 | 69 | 0 | 34 | 39 | 5 | 5 | 55 | 44 |
| Octal | 363 | 165 | 151 | 0 | 64 | 71 | 5 | 5 | 125 | 104 |
| Binary | 11110011 | 1110101 | 1101001 | 0 | 110100 | 111001 | 101 | 101 | 1010101 | 1000100 |
Color Harmonies of #F37569
Complementary color
Monochromatic Colors of #F37569
Black with #F37569
Text Example
Text Example
White with #F37569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37569; }
p { color: rgb(243,117,105); }
H1.HeaderClassName
{
color: #F37569;
}
.AnyTagClassName
{
color: #F37569;
}
</style>
background-color css
<style>
a { background-color: #F37569; }
a { background-color: rgb(243,117,105); }
div.DivClassName
{
background-color: #F37569;
}
.BgClassName
{
background-color: #F37569;
}
</style>
border-color css
<style>
span { border-color: #F37569; }
span { border-color: rgb(243,117,105); }
td.TdClassName
{
border-color: #F37569;
}
.TagClassName
{
border-color: #F37569;
}
</style>