Shades of Salmon #FF7372
Tints of Salmon #FF7372
RGB
CMYK
RGB Variations
Color information
#FF7372 (or 0xFF7372) is known color: Salmon. HEX triplet: FF, 73 and 72. RGB value is (255,115,114). Sum of RGB (Red+Green+Blue) = 255+115+114=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7372 is #008C8D. Grayscale: #9C9C9C. Windows color (decimal): -35982 or 7500799. OLE color: 7500799.
HSL color Cylindrical-coordinate representation of color #FF7372: hue angle of 0.43º 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 #FF7372 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 114 | - |
| CMYK | 0 | 0.55 | 0.55 | 0 |
| HSL | 0.43º | 1% | 0.72% | - |
| HSV(B) | 0.43º | 0.55% | 1% | - |
| XYZ | 50.41 | 34.74 | 19.97 | - |
| YUV | 156.75 | 103.88 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 114 | 0 | 0.55 | 0.55 | 0 | 0.43 | 1 | 0.72 |
| Hex | FF | 73 | 72 | 0 | 37 | 37 | 0 | 0 | 64 | 48 |
| Octal | 377 | 163 | 162 | 0 | 67 | 67 | 0 | 0 | 144 | 110 |
| Binary | 11111111 | 1110011 | 1110010 | 0 | 110111 | 110111 | 0 | 0 | 1100100 | 1001000 |
Color Harmonies of #FF7372
Complementary color
Monochromatic Colors of #FF7372
Black with #FF7372
Text Example
Text Example
White with #FF7372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7372; }
p { color: rgb(255,115,114); }
H1.HeaderClassName
{
color: #FF7372;
}
.AnyTagClassName
{
color: #FF7372;
}
</style>
background-color css
<style>
a { background-color: #FF7372; }
a { background-color: rgb(255,115,114); }
div.DivClassName
{
background-color: #FF7372;
}
.BgClassName
{
background-color: #FF7372;
}
</style>
border-color css
<style>
span { border-color: #FF7372; }
span { border-color: rgb(255,115,114); }
td.TdClassName
{
border-color: #FF7372;
}
.TagClassName
{
border-color: #FF7372;
}
</style>