Shades of Salmon #FC7270
Tints of Salmon #FC7270
RGB
CMYK
RGB Variations
Color information
#FC7270 (or 0xFC7270) is known color: Salmon. HEX triplet: FC, 72 and 70. RGB value is (252,114,112). Sum of RGB (Red+Green+Blue) = 252+114+112=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7270 is #038D8F. Grayscale: #9B9B9B. Windows color (decimal): -232848 or 7369468. OLE color: 7369468.
HSL color Cylindrical-coordinate representation of color #FC7270: hue angle of 0.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC7270 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 112 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.01 |
| HSL | 0.86º | 0.96% | 0.71% | - |
| HSV(B) | 0.86º | 0.56% | 0.99% | - |
| XYZ | 49.09 | 33.9 | 19.29 | - |
| YUV | 155.03 | 103.72 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 112 | 0 | 0.55 | 0.56 | 0.01 | 0.86 | 0.96 | 0.71 |
| Hex | FC | 72 | 70 | 0 | 37 | 38 | 1 | 1 | 60 | 47 |
| Octal | 374 | 162 | 160 | 0 | 67 | 70 | 1 | 1 | 140 | 107 |
| Binary | 11111100 | 1110010 | 1110000 | 0 | 110111 | 111000 | 1 | 1 | 1100000 | 1000111 |
Color Harmonies of #FC7270
Complementary color
Monochromatic Colors of #FC7270
Black with #FC7270
Text Example
Text Example
White with #FC7270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7270; }
p { color: rgb(252,114,112); }
H1.HeaderClassName
{
color: #FC7270;
}
.AnyTagClassName
{
color: #FC7270;
}
</style>
background-color css
<style>
a { background-color: #FC7270; }
a { background-color: rgb(252,114,112); }
div.DivClassName
{
background-color: #FC7270;
}
.BgClassName
{
background-color: #FC7270;
}
</style>
border-color css
<style>
span { border-color: #FC7270; }
span { border-color: rgb(252,114,112); }
td.TdClassName
{
border-color: #FC7270;
}
.TagClassName
{
border-color: #FC7270;
}
</style>