Shades of Salmon #F4816D
Tints of Salmon #F4816D
RGB
CMYK
RGB Variations
Color information
#F4816D (or 0xF4816D) is known color: Salmon. HEX triplet: F4, 81 and 6D. RGB value is (244,129,109). Sum of RGB (Red+Green+Blue) = 244+129+109=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F4816D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4816D is #0B7E92. Grayscale: #A1A1A1. Windows color (decimal): -753299 or 7176692. OLE color: 7176692.
HSL color Cylindrical-coordinate representation of color #F4816D: hue angle of 8.89º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4816D is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 109 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.04 |
| HSL | 8.89º | 0.86% | 0.69% | - |
| HSV(B) | 8.89º | 0.55% | 0.96% | - |
| XYZ | 47.92 | 36.04 | 18.9 | - |
| YUV | 161.11 | 98.6 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 109 | 0 | 0.47 | 0.55 | 0.04 | 8.89 | 0.86 | 0.69 |
| Hex | F4 | 81 | 6D | 0 | 2F | 37 | 4 | 9 | 56 | 45 |
| Octal | 364 | 201 | 155 | 0 | 57 | 67 | 4 | 11 | 126 | 105 |
| Binary | 11110100 | 10000001 | 1101101 | 0 | 101111 | 110111 | 100 | 1001 | 1010110 | 1000101 |
Color Harmonies of #F4816D
Complementary color
Monochromatic Colors of #F4816D
Black with #F4816D
Text Example
Text Example
White with #F4816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4816D; }
p { color: rgb(244,129,109); }
H1.HeaderClassName
{
color: #F4816D;
}
.AnyTagClassName
{
color: #F4816D;
}
</style>
background-color css
<style>
a { background-color: #F4816D; }
a { background-color: rgb(244,129,109); }
div.DivClassName
{
background-color: #F4816D;
}
.BgClassName
{
background-color: #F4816D;
}
</style>
border-color css
<style>
span { border-color: #F4816D; }
span { border-color: rgb(244,129,109); }
td.TdClassName
{
border-color: #F4816D;
}
.TagClassName
{
border-color: #F4816D;
}
</style>