Shades of Salmon #FF7474
Tints of Salmon #FF7474
RGB
CMYK
RGB Variations
Color information
#FF7474 (or 0xFF7474) is known color: Salmon. HEX triplet: FF, 74 and 74. RGB value is (255,116,116). Sum of RGB (Red+Green+Blue) = 255+116+116=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7474 is #008B8B. Grayscale: #9D9D9D. Windows color (decimal): -35724 or 7632127. OLE color: 7632127.
HSL color Cylindrical-coordinate representation of color #FF7474: hue angle of 0º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7474 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 116 | - |
| CMYK | 0 | 0.55 | 0.55 | 0 |
| HSL | 0º | 1% | 0.73% | - |
| HSV(B) | 0º | 0.55% | 1% | - |
| XYZ | 50.64 | 35.01 | 20.61 | - |
| YUV | 157.56 | 104.55 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 116 | 0 | 0.55 | 0.55 | 0 | 0 | 1 | 0.73 |
| Hex | FF | 74 | 74 | 0 | 37 | 37 | 0 | 0 | 64 | 49 |
| Octal | 377 | 164 | 164 | 0 | 67 | 67 | 0 | 0 | 144 | 111 |
| Binary | 11111111 | 1110100 | 1110100 | 0 | 110111 | 110111 | 0 | 0 | 1100100 | 1001001 |
Color Harmonies of #FF7474
Complementary color
Monochromatic Colors of #FF7474
Black with #FF7474
Text Example
Text Example
White with #FF7474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7474; }
p { color: rgb(255,116,116); }
H1.HeaderClassName
{
color: #FF7474;
}
.AnyTagClassName
{
color: #FF7474;
}
</style>
background-color css
<style>
a { background-color: #FF7474; }
a { background-color: rgb(255,116,116); }
div.DivClassName
{
background-color: #FF7474;
}
.BgClassName
{
background-color: #FF7474;
}
</style>
border-color css
<style>
span { border-color: #FF7474; }
span { border-color: rgb(255,116,116); }
td.TdClassName
{
border-color: #FF7474;
}
.TagClassName
{
border-color: #FF7474;
}
</style>