Shades of Salmon #FB7870
Tints of Salmon #FB7870
RGB
CMYK
RGB Variations
Color information
#FB7870 (or 0xFB7870) is known color: Salmon. HEX triplet: FB, 78 and 70. RGB value is (251,120,112). Sum of RGB (Red+Green+Blue) = 251+120+112=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7870 is #04878F. Grayscale: #9E9E9E. Windows color (decimal): -296848 or 7371003. OLE color: 7371003.
HSL color Cylindrical-coordinate representation of color #FB7870: hue angle of 3.45º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB7870 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 112 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.02 |
| HSL | 3.45º | 0.95% | 0.71% | - |
| HSV(B) | 3.45º | 0.55% | 0.98% | - |
| XYZ | 49.42 | 35.11 | 19.5 | - |
| YUV | 158.26 | 101.9 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 112 | 0 | 0.52 | 0.55 | 0.02 | 3.45 | 0.95 | 0.71 |
| Hex | FB | 78 | 70 | 0 | 34 | 37 | 2 | 3 | 5F | 47 |
| Octal | 373 | 170 | 160 | 0 | 64 | 67 | 2 | 3 | 137 | 107 |
| Binary | 11111011 | 1111000 | 1110000 | 0 | 110100 | 110111 | 10 | 11 | 1011111 | 1000111 |
Color Harmonies of #FB7870
Complementary color
Monochromatic Colors of #FB7870
Black with #FB7870
Text Example
Text Example
White with #FB7870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7870; }
p { color: rgb(251,120,112); }
H1.HeaderClassName
{
color: #FB7870;
}
.AnyTagClassName
{
color: #FB7870;
}
</style>
background-color css
<style>
a { background-color: #FB7870; }
a { background-color: rgb(251,120,112); }
div.DivClassName
{
background-color: #FB7870;
}
.BgClassName
{
background-color: #FB7870;
}
</style>
border-color css
<style>
span { border-color: #FB7870; }
span { border-color: rgb(251,120,112); }
td.TdClassName
{
border-color: #FB7870;
}
.TagClassName
{
border-color: #FB7870;
}
</style>