#F87971

Color #F87971 Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #F87971

Tints of Salmon #F87971

Color information

#F87971 (or 0xF87971) is unknown color: approx Salmon. HEX triplet: F8, 79 and 71. RGB value is (248,121,113). Sum of RGB (Red+Green+Blue) = 248+121+113=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F87971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87971 is #07868E. Grayscale: #9E9E9E. Windows color (decimal): -493199 or 7436792. OLE color: 7436792.

HSL color Cylindrical-coordinate representation of color #F87971: hue angle of 3.56º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F87971 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB248121113-
CMYK00.510.540.03
HSL3.56º90.6%70.78%-
HSV(B)3.56º54.44%97.25%-
XYZ48.5334.8219.79-
YUV158.06102.58192.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 51.45%
GREEN value IS 121 (47.66% from 255) = 25.10%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=51.45%
G=25.10%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812111300.510.540.033.5690.670.78
HexF8797103336345b47
Octal3701711610636634133107
Binary111110001111001111000101100111101101110010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87971; }

 p { color: rgb(248,121,113); }

 H1.HeaderClassName
 {
   color: #F87971;
 }
 .AnyTagClassName
 {
   color: #F87971;
 }
</style>
background-color css

<style>
 a { background-color: #F87971; }

 a { background-color: rgb(248,121,113); }

 div.DivClassName
 {
   background-color: #F87971;
 }
 .BgClassName
 {
   background-color: #F87971;
 }
</style>
border-color css

<style>
 span { border-color: #F87971; }

 span { border-color: rgb(248,121,113); }

 td.TdClassName
 {
   border-color: #F87971;
 }
 .TagClassName
 {
   border-color: #F87971;
 }
</style>