#F08474

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

Shades of Salmon #F08474

Tints of Salmon #F08474

Color information

#F08474 (or 0xF08474) is unknown color: approx Salmon. HEX triplet: F0, 84 and 74. RGB value is (240,132,116). Sum of RGB (Red+Green+Blue) = 240+132+116=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F08474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08474 is #0F7B8B. Grayscale: #A2A2A2. Windows color (decimal): -1014668 or 7636208. OLE color: 7636208.

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

Color convert

RGB240132116-
CMYK00.450.520.06
HSL7.74º80.52%69.8%-
HSV(B)7.74º51.67%94.12%-
XYZ47.3436.2921.03-
YUV162.47101.78183.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.18%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=49.18%
G=27.05%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013211600.450.520.067.7480.5269.8
HexF0847402D34685146
Octal36020416405564610121106
Binary111100001000010011101000101101110100110100010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08474; }

 p { color: rgb(240,132,116); }

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

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

 a { background-color: rgb(240,132,116); }

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

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

 span { border-color: rgb(240,132,116); }

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