Shades of Light Salmon #F3A081
Tints of Light Salmon #F3A081
RGB
CMYK
RGB Variations
Color information
#F3A081 (or 0xF3A081) is known color: Light Salmon. HEX triplet: F3, A0 and 81. RGB value is (243,160,129). Sum of RGB (Red+Green+Blue) = 243+160+129=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 129 (50.78% from 255 or 24.25% from 532); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A081 is #0C5F7E. Grayscale: #B5B5B5. Windows color (decimal): -810879 or 8495347. OLE color: 8495347.
HSL color Cylindrical-coordinate representation of color #F3A081: hue angle of 16.32º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3A081 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 129 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.05 |
| HSL | 16.32º | 0.83% | 0.73% | - |
| HSV(B) | 16.32º | 0.47% | 0.95% | - |
| XYZ | 53.5 | 45.78 | 26.79 | - |
| YUV | 181.28 | 98.5 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 129 | 0 | 0.34 | 0.47 | 0.05 | 16.32 | 0.83 | 0.73 |
| Hex | F3 | A0 | 81 | 0 | 22 | 2F | 5 | 10 | 53 | 49 |
| Octal | 363 | 240 | 201 | 0 | 42 | 57 | 5 | 20 | 123 | 111 |
| Binary | 11110011 | 10100000 | 10000001 | 0 | 100010 | 101111 | 101 | 10000 | 1010011 | 1001001 |
Color Harmonies of #F3A081
Complementary color
Monochromatic Colors of #F3A081
Black with #F3A081
Text Example
Text Example
White with #F3A081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A081; }
p { color: rgb(243,160,129); }
H1.HeaderClassName
{
color: #F3A081;
}
.AnyTagClassName
{
color: #F3A081;
}
</style>
background-color css
<style>
a { background-color: #F3A081; }
a { background-color: rgb(243,160,129); }
div.DivClassName
{
background-color: #F3A081;
}
.BgClassName
{
background-color: #F3A081;
}
</style>
border-color css
<style>
span { border-color: #F3A081; }
span { border-color: rgb(243,160,129); }
td.TdClassName
{
border-color: #F3A081;
}
.TagClassName
{
border-color: #F3A081;
}
</style>