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