Shades of Salmon #F4726D
Tints of Salmon #F4726D
RGB
CMYK
RGB Variations
Color information
#F4726D (or 0xF4726D) is known color: Salmon. HEX triplet: F4, 72 and 6D. RGB value is (244,114,109). Sum of RGB (Red+Green+Blue) = 244+114+109=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F4726D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4726D is #0B8D92. Grayscale: #989898. Windows color (decimal): -757139 or 7172852. OLE color: 7172852.
HSL color Cylindrical-coordinate representation of color #F4726D: hue angle of 2.22º 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 #F4726D is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 114 | 109 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.04 |
| HSL | 2.22º | 0.86% | 0.69% | - |
| HSV(B) | 2.22º | 0.55% | 0.96% | - |
| XYZ | 46.09 | 32.37 | 18.29 | - |
| YUV | 152.3 | 103.57 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 114 | 109 | 0 | 0.53 | 0.55 | 0.04 | 2.22 | 0.86 | 0.69 |
| Hex | F4 | 72 | 6D | 0 | 35 | 37 | 4 | 2 | 56 | 45 |
| Octal | 364 | 162 | 155 | 0 | 65 | 67 | 4 | 2 | 126 | 105 |
| Binary | 11110100 | 1110010 | 1101101 | 0 | 110101 | 110111 | 100 | 10 | 1010110 | 1000101 |
Color Harmonies of #F4726D
Complementary color
Monochromatic Colors of #F4726D
Black with #F4726D
Text Example
Text Example
White with #F4726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4726D; }
p { color: rgb(244,114,109); }
H1.HeaderClassName
{
color: #F4726D;
}
.AnyTagClassName
{
color: #F4726D;
}
</style>
background-color css
<style>
a { background-color: #F4726D; }
a { background-color: rgb(244,114,109); }
div.DivClassName
{
background-color: #F4726D;
}
.BgClassName
{
background-color: #F4726D;
}
</style>
border-color css
<style>
span { border-color: #F4726D; }
span { border-color: rgb(244,114,109); }
td.TdClassName
{
border-color: #F4726D;
}
.TagClassName
{
border-color: #F4726D;
}
</style>