Shades of Salmon #F3736A
Tints of Salmon #F3736A
RGB
CMYK
RGB Variations
Color information
#F3736A (or 0xF3736A) is known color: Salmon. HEX triplet: F3, 73 and 6A. RGB value is (243,115,106). Sum of RGB (Red+Green+Blue) = 243+115+106=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F3736A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3736A is #0C8C95. Grayscale: #989898. Windows color (decimal): -822422 or 6976499. OLE color: 6976499.
HSL color Cylindrical-coordinate representation of color #F3736A: hue angle of 3.94º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3736A is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 106 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.05 |
| HSL | 3.94º | 0.85% | 0.68% | - |
| HSV(B) | 3.94º | 0.56% | 0.95% | - |
| XYZ | 45.69 | 32.36 | 17.47 | - |
| YUV | 152.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 106 | 0 | 0.53 | 0.56 | 0.05 | 3.94 | 0.85 | 0.68 |
| Hex | F3 | 73 | 6A | 0 | 35 | 38 | 5 | 4 | 55 | 44 |
| Octal | 363 | 163 | 152 | 0 | 65 | 70 | 5 | 4 | 125 | 104 |
| Binary | 11110011 | 1110011 | 1101010 | 0 | 110101 | 111000 | 101 | 100 | 1010101 | 1000100 |
Color Harmonies of #F3736A
Complementary color
Monochromatic Colors of #F3736A
Black with #F3736A
Text Example
Text Example
White with #F3736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3736A; }
p { color: rgb(243,115,106); }
H1.HeaderClassName
{
color: #F3736A;
}
.AnyTagClassName
{
color: #F3736A;
}
</style>
background-color css
<style>
a { background-color: #F3736A; }
a { background-color: rgb(243,115,106); }
div.DivClassName
{
background-color: #F3736A;
}
.BgClassName
{
background-color: #F3736A;
}
</style>
border-color css
<style>
span { border-color: #F3736A; }
span { border-color: rgb(243,115,106); }
td.TdClassName
{
border-color: #F3736A;
}
.TagClassName
{
border-color: #F3736A;
}
</style>