#F38074

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

Shades of Salmon #F38074

Tints of Salmon #F38074

Color information

#F38074 (or 0xF38074) is unknown color: approx Salmon. HEX triplet: F3, 80 and 74. RGB value is (243,128,116). Sum of RGB (Red+Green+Blue) = 243+128+116=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F38074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38074 is #0C7F8B. Grayscale: #A1A1A1. Windows color (decimal): -819084 or 7635187. OLE color: 7635187.

HSL color Cylindrical-coordinate representation of color #F38074: hue angle of 5.67º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F38074 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB243128116-
CMYK00.470.520.05
HSL5.67º84.11%70.39%-
HSV(B)5.67º52.26%95.29%-
XYZ47.8335.7520.9-
YUV161.02102.6186.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.90%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 116 (45.70% from 255) = 23.82%
R=49.90%
G=26.28%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312811600.470.520.055.6784.1170.39
HexF3807402F34565446
Octal3632001640576456124106
Binary11110011100000001110100010111111010010111010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38074; }

 p { color: rgb(243,128,116); }

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

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

 a { background-color: rgb(243,128,116); }

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

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

 span { border-color: rgb(243,128,116); }

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