#F08A71

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

Shades of Salmon #F08A71

Tints of Salmon #F08A71

Color information

#F08A71 (or 0xF08A71) is unknown color: approx Salmon. HEX triplet: F0, 8A and 71. RGB value is (240,138,113). Sum of RGB (Red+Green+Blue) = 240+138+113=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A71 is #0F758E. Grayscale: #A5A5A5. Windows color (decimal): -1013135 or 7441136. OLE color: 7441136.

HSL color Cylindrical-coordinate representation of color #F08A71: hue angle of 11.81º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F08A71 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB240138113-
CMYK00.420.530.06
HSL11.81º80.89%69.22%-
HSV(B)11.81º52.92%94.12%-
XYZ4837.8920.41-
YUV165.6598.29181.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.88%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 113 (44.53% from 255) = 23.01%
R=48.88%
G=28.11%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013811300.420.530.0611.8180.8969.22
HexF08A7102A356c5145
Octal36021216105265614121105
Binary111100001000101011100010101010110101110110010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08A71; }

 p { color: rgb(240,138,113); }

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

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

 a { background-color: rgb(240,138,113); }

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

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

 span { border-color: rgb(240,138,113); }

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