Shades of Salmon #F4816B
Tints of Salmon #F4816B
RGB
CMYK
RGB Variations
Color information
#F4816B (or 0xF4816B) is known color: Salmon. HEX triplet: F4, 81 and 6B. RGB value is (244,129,107). Sum of RGB (Red+Green+Blue) = 244+129+107=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F4816B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4816B is #0B7E94. Grayscale: #A1A1A1. Windows color (decimal): -753301 or 7045620. OLE color: 7045620.
HSL color Cylindrical-coordinate representation of color #F4816B: hue angle of 9.64º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4816B is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 107 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.04 |
| HSL | 9.64º | 0.86% | 0.69% | - |
| HSV(B) | 9.64º | 0.56% | 0.96% | - |
| XYZ | 47.81 | 36 | 18.34 | - |
| YUV | 160.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 107 | 0 | 0.47 | 0.56 | 0.04 | 9.64 | 0.86 | 0.69 |
| Hex | F4 | 81 | 6B | 0 | 2F | 38 | 4 | A | 56 | 45 |
| Octal | 364 | 201 | 153 | 0 | 57 | 70 | 4 | 12 | 126 | 105 |
| Binary | 11110100 | 10000001 | 1101011 | 0 | 101111 | 111000 | 100 | 1010 | 1010110 | 1000101 |
Color Harmonies of #F4816B
Complementary color
Monochromatic Colors of #F4816B
Black with #F4816B
Text Example
Text Example
White with #F4816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4816B; }
p { color: rgb(244,129,107); }
H1.HeaderClassName
{
color: #F4816B;
}
.AnyTagClassName
{
color: #F4816B;
}
</style>
background-color css
<style>
a { background-color: #F4816B; }
a { background-color: rgb(244,129,107); }
div.DivClassName
{
background-color: #F4816B;
}
.BgClassName
{
background-color: #F4816B;
}
</style>
border-color css
<style>
span { border-color: #F4816B; }
span { border-color: rgb(244,129,107); }
td.TdClassName
{
border-color: #F4816B;
}
.TagClassName
{
border-color: #F4816B;
}
</style>