#F38374

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

Shades of Salmon #F38374

Tints of Salmon #F38374

Color information

#F38374 (or 0xF38374) is unknown color: approx Salmon. HEX triplet: F3, 83 and 74. RGB value is (243,131,116). Sum of RGB (Red+Green+Blue) = 243+131+116=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F38374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38374 is #0C7C8B. Grayscale: #A2A2A2. Windows color (decimal): -818316 or 7635955. OLE color: 7635955.

HSL color Cylindrical-coordinate representation of color #F38374: hue angle of 7.09º 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 #F38374 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB243131116-
CMYK00.460.520.05
HSL7.09º84.11%70.39%-
HSV(B)7.09º52.26%95.29%-
XYZ48.2336.5521.04-
YUV162.78101.61185.22-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.59%
GREEN value IS 131 (51.56% from 255) = 26.73%
BLUE value IS 116 (45.70% from 255) = 23.67%
R=49.59%
G=26.73%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313111600.460.520.057.0984.1170.39
HexF3837402E34575446
Octal3632031640566457124106
Binary11110011100000111110100010111011010010111110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38374; }

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

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

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

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

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

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

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

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