Shades of Salmon #FF7472
Tints of Salmon #FF7472
RGB
CMYK
RGB Variations
Color information
#FF7472 (or 0xFF7472) is known color: Salmon. HEX triplet: FF, 74 and 72. RGB value is (255,116,114). Sum of RGB (Red+Green+Blue) = 255+116+114=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7472 is #008B8D. Grayscale: #9D9D9D. Windows color (decimal): -35726 or 7501055. OLE color: 7501055.
HSL color Cylindrical-coordinate representation of color #FF7472: hue angle of 0.85º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7472 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 114 | - |
| CMYK | 0 | 0.55 | 0.55 | 0 |
| HSL | 0.85º | 1% | 0.72% | - |
| HSV(B) | 0.85º | 0.55% | 1% | - |
| XYZ | 50.52 | 34.97 | 20.01 | - |
| YUV | 157.33 | 103.55 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 114 | 0 | 0.55 | 0.55 | 0 | 0.85 | 1 | 0.72 |
| Hex | FF | 74 | 72 | 0 | 37 | 37 | 0 | 1 | 64 | 48 |
| Octal | 377 | 164 | 162 | 0 | 67 | 67 | 0 | 1 | 144 | 110 |
| Binary | 11111111 | 1110100 | 1110010 | 0 | 110111 | 110111 | 0 | 1 | 1100100 | 1001000 |
Color Harmonies of #FF7472
Complementary color
Monochromatic Colors of #FF7472
Black with #FF7472
Text Example
Text Example
White with #FF7472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7472; }
p { color: rgb(255,116,114); }
H1.HeaderClassName
{
color: #FF7472;
}
.AnyTagClassName
{
color: #FF7472;
}
</style>
background-color css
<style>
a { background-color: #FF7472; }
a { background-color: rgb(255,116,114); }
div.DivClassName
{
background-color: #FF7472;
}
.BgClassName
{
background-color: #FF7472;
}
</style>
border-color css
<style>
span { border-color: #FF7472; }
span { border-color: rgb(255,116,114); }
td.TdClassName
{
border-color: #FF7472;
}
.TagClassName
{
border-color: #FF7472;
}
</style>