Shades of Salmon #F67C72
Tints of Salmon #F67C72
RGB
CMYK
RGB Variations
Color information
#F67C72 (or 0xF67C72) is known color: Salmon. HEX triplet: F6, 7C and 72. RGB value is (246,124,114). Sum of RGB (Red+Green+Blue) = 246+124+114=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C72 is #09838D. Grayscale: #9F9F9F. Windows color (decimal): -623502 or 7503094. OLE color: 7503094.
HSL color Cylindrical-coordinate representation of color #F67C72: hue angle of 4.55º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67C72 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 114 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.04 |
| HSL | 4.55º | 0.88% | 0.71% | - |
| HSV(B) | 4.55º | 0.54% | 0.96% | - |
| XYZ | 48.25 | 35.22 | 20.18 | - |
| YUV | 159.34 | 102.42 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 114 | 0 | 0.50 | 0.54 | 0.04 | 4.55 | 0.88 | 0.71 |
| Hex | F6 | 7C | 72 | 0 | 32 | 36 | 4 | 5 | 58 | 47 |
| Octal | 366 | 174 | 162 | 0 | 62 | 66 | 4 | 5 | 130 | 107 |
| Binary | 11110110 | 1111100 | 1110010 | 0 | 110010 | 110110 | 100 | 101 | 1011000 | 1000111 |
Color Harmonies of #F67C72
Complementary color
Monochromatic Colors of #F67C72
Black with #F67C72
Text Example
Text Example
White with #F67C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67C72; }
p { color: rgb(246,124,114); }
H1.HeaderClassName
{
color: #F67C72;
}
.AnyTagClassName
{
color: #F67C72;
}
</style>
background-color css
<style>
a { background-color: #F67C72; }
a { background-color: rgb(246,124,114); }
div.DivClassName
{
background-color: #F67C72;
}
.BgClassName
{
background-color: #F67C72;
}
</style>
border-color css
<style>
span { border-color: #F67C72; }
span { border-color: rgb(246,124,114); }
td.TdClassName
{
border-color: #F67C72;
}
.TagClassName
{
border-color: #F67C72;
}
</style>