#F38175

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

Shades of Salmon #F38175

Tints of Salmon #F38175

Color information

#F38175 (or 0xF38175) is unknown color: approx Salmon. HEX triplet: F3, 81 and 75. RGB value is (243,129,117). Sum of RGB (Red+Green+Blue) = 243+129+117=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F38175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38175 is #0C7E8A. Grayscale: #A1A1A1. Windows color (decimal): -818827 or 7700979. OLE color: 7700979.

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

Color convert

RGB243129117-
CMYK00.470.520.05
HSL5.71º84%70.59%-
HSV(B)5.71º51.85%95.29%-
XYZ48.0236.0421.25-
YUV161.72102.77185.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.69%
GREEN value IS 129 (50.78% from 255) = 26.38%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=49.69%
G=26.38%
B=23.93%

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
Decimal24312911700.470.520.055.718470.59
HexF3817502F34565447
Octal3632011650576456124107
Binary11110011100000011110101010111111010010111010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38175; }

 p { color: rgb(243,129,117); }

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

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

 a { background-color: rgb(243,129,117); }

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

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

 span { border-color: rgb(243,129,117); }

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