Shades of Salmon #F38869
Tints of Salmon #F38869
RGB
CMYK
RGB Variations
Color information
#F38869 (or 0xF38869) is known color: Salmon. HEX triplet: F3, 88 and 69. RGB value is (243,136,105). Sum of RGB (Red+Green+Blue) = 243+136+105=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F38869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38869 is #0C7796. Grayscale: #A4A4A4. Windows color (decimal): -817047 or 6916339. OLE color: 6916339.
HSL color Cylindrical-coordinate representation of color #F38869: hue angle of 13.48º 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 #F38869 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 105 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.05 |
| HSL | 13.48º | 0.85% | 0.68% | - |
| HSV(B) | 13.48º | 0.57% | 0.95% | - |
| XYZ | 48.32 | 37.68 | 18.09 | - |
| YUV | 164.46 | 94.45 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 105 | 0 | 0.44 | 0.57 | 0.05 | 13.48 | 0.85 | 0.68 |
| Hex | F3 | 88 | 69 | 0 | 2C | 39 | 5 | D | 55 | 44 |
| Octal | 363 | 210 | 151 | 0 | 54 | 71 | 5 | 15 | 125 | 104 |
| Binary | 11110011 | 10001000 | 1101001 | 0 | 101100 | 111001 | 101 | 1101 | 1010101 | 1000100 |
Color Harmonies of #F38869
Complementary color
Monochromatic Colors of #F38869
Black with #F38869
Text Example
Text Example
White with #F38869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38869; }
p { color: rgb(243,136,105); }
H1.HeaderClassName
{
color: #F38869;
}
.AnyTagClassName
{
color: #F38869;
}
</style>
background-color css
<style>
a { background-color: #F38869; }
a { background-color: rgb(243,136,105); }
div.DivClassName
{
background-color: #F38869;
}
.BgClassName
{
background-color: #F38869;
}
</style>
border-color css
<style>
span { border-color: #F38869; }
span { border-color: rgb(243,136,105); }
td.TdClassName
{
border-color: #F38869;
}
.TagClassName
{
border-color: #F38869;
}
</style>