Shades of Salmon #F38875
Tints of Salmon #F38875
RGB
CMYK
RGB Variations
Color information
#F38875 (or 0xF38875) is known color: Salmon. HEX triplet: F3, 88 and 75. RGB value is (243,136,117). Sum of RGB (Red+Green+Blue) = 243+136+117=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F38875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38875 is #0C778A. Grayscale: #A6A6A6. Windows color (decimal): -817035 or 7702771. OLE color: 7702771.
HSL color Cylindrical-coordinate representation of color #F38875: hue angle of 9.05º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F38875 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 117 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.05 |
| HSL | 9.05º | 0.84% | 0.71% | - |
| HSV(B) | 9.05º | 0.52% | 0.95% | - |
| XYZ | 48.98 | 37.95 | 21.57 | - |
| YUV | 165.83 | 100.45 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 117 | 0 | 0.44 | 0.52 | 0.05 | 9.05 | 0.84 | 0.71 |
| Hex | F3 | 88 | 75 | 0 | 2C | 34 | 5 | 9 | 54 | 47 |
| Octal | 363 | 210 | 165 | 0 | 54 | 64 | 5 | 11 | 124 | 107 |
| Binary | 11110011 | 10001000 | 1110101 | 0 | 101100 | 110100 | 101 | 1001 | 1010100 | 1000111 |
Color Harmonies of #F38875
Complementary color
Monochromatic Colors of #F38875
Black with #F38875
Text Example
Text Example
White with #F38875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38875; }
p { color: rgb(243,136,117); }
H1.HeaderClassName
{
color: #F38875;
}
.AnyTagClassName
{
color: #F38875;
}
</style>
background-color css
<style>
a { background-color: #F38875; }
a { background-color: rgb(243,136,117); }
div.DivClassName
{
background-color: #F38875;
}
.BgClassName
{
background-color: #F38875;
}
</style>
border-color css
<style>
span { border-color: #F38875; }
span { border-color: rgb(243,136,117); }
td.TdClassName
{
border-color: #F38875;
}
.TagClassName
{
border-color: #F38875;
}
</style>