Shades of Light Salmon #F3A07A
Tints of Light Salmon #F3A07A
RGB
CMYK
RGB Variations
Color information
#F3A07A (or 0xF3A07A) is known color: Light Salmon. HEX triplet: F3, A0 and 7A. RGB value is (243,160,122). Sum of RGB (Red+Green+Blue) = 243+160+122=525 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.29% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A07A is #0C5F85. Grayscale: #B4B4B4. Windows color (decimal): -810886 or 8036595. OLE color: 8036595.
HSL color Cylindrical-coordinate representation of color #F3A07A: hue angle of 18.84º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F3A07A is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 122 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.05 |
| HSL | 18.84º | 0.83% | 0.72% | - |
| HSV(B) | 18.84º | 0.5% | 0.95% | - |
| XYZ | 53.05 | 45.6 | 24.42 | - |
| YUV | 180.49 | 95 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 122 | 0 | 0.34 | 0.50 | 0.05 | 18.84 | 0.83 | 0.72 |
| Hex | F3 | A0 | 7A | 0 | 22 | 32 | 5 | 13 | 53 | 48 |
| Octal | 363 | 240 | 172 | 0 | 42 | 62 | 5 | 23 | 123 | 110 |
| Binary | 11110011 | 10100000 | 1111010 | 0 | 100010 | 110010 | 101 | 10011 | 1010011 | 1001000 |
Color Harmonies of #F3A07A
Complementary color
Monochromatic Colors of #F3A07A
Black with #F3A07A
Text Example
Text Example
White with #F3A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A07A; }
p { color: rgb(243,160,122); }
H1.HeaderClassName
{
color: #F3A07A;
}
.AnyTagClassName
{
color: #F3A07A;
}
</style>
background-color css
<style>
a { background-color: #F3A07A; }
a { background-color: rgb(243,160,122); }
div.DivClassName
{
background-color: #F3A07A;
}
.BgClassName
{
background-color: #F3A07A;
}
</style>
border-color css
<style>
span { border-color: #F3A07A; }
span { border-color: rgb(243,160,122); }
td.TdClassName
{
border-color: #F3A07A;
}
.TagClassName
{
border-color: #F3A07A;
}
</style>