Shades of Salmon #F38870
Tints of Salmon #F38870
RGB
CMYK
RGB Variations
Color information
#F38870 (or 0xF38870) is known color: Salmon. HEX triplet: F3, 88 and 70. RGB value is (243,136,112). Sum of RGB (Red+Green+Blue) = 243+136+112=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F38870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38870 is #0C778F. Grayscale: #A5A5A5. Windows color (decimal): -817040 or 7375091. OLE color: 7375091.
HSL color Cylindrical-coordinate representation of color #F38870: hue angle of 10.99º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F38870 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 112 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.05 |
| HSL | 10.99º | 0.85% | 0.7% | - |
| HSV(B) | 10.99º | 0.54% | 0.95% | - |
| XYZ | 48.69 | 37.83 | 20.07 | - |
| YUV | 165.26 | 97.95 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 112 | 0 | 0.44 | 0.54 | 0.05 | 10.99 | 0.85 | 0.7 |
| Hex | F3 | 88 | 70 | 0 | 2C | 36 | 5 | B | 55 | 46 |
| Octal | 363 | 210 | 160 | 0 | 54 | 66 | 5 | 13 | 125 | 106 |
| Binary | 11110011 | 10001000 | 1110000 | 0 | 101100 | 110110 | 101 | 1011 | 1010101 | 1000110 |
Color Harmonies of #F38870
Complementary color
Monochromatic Colors of #F38870
Black with #F38870
Text Example
Text Example
White with #F38870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38870; }
p { color: rgb(243,136,112); }
H1.HeaderClassName
{
color: #F38870;
}
.AnyTagClassName
{
color: #F38870;
}
</style>
background-color css
<style>
a { background-color: #F38870; }
a { background-color: rgb(243,136,112); }
div.DivClassName
{
background-color: #F38870;
}
.BgClassName
{
background-color: #F38870;
}
</style>
border-color css
<style>
span { border-color: #F38870; }
span { border-color: rgb(243,136,112); }
td.TdClassName
{
border-color: #F38870;
}
.TagClassName
{
border-color: #F38870;
}
</style>