#F38475

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

Shades of Salmon #F38475

Tints of Salmon #F38475

Color information

#F38475 (or 0xF38475) is unknown color: approx Salmon. HEX triplet: F3, 84 and 75. RGB value is (243,132,117). Sum of RGB (Red+Green+Blue) = 243+132+117=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F38475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38475 is #0C7B8A. Grayscale: #A3A3A3. Windows color (decimal): -818059 or 7701747. OLE color: 7701747.

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

Color convert

RGB243132117-
CMYK00.460.520.05
HSL7.14º84%70.59%-
HSV(B)7.14º51.85%95.29%-
XYZ48.4236.8421.39-
YUV163.48101.77184.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.39%
GREEN value IS 132 (51.95% from 255) = 26.83%
BLUE value IS 117 (46.09% from 255) = 23.78%
R=49.39%
G=26.83%
B=23.78%

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
Decimal24313211700.460.520.057.148470.59
HexF3847502E34575447
Octal3632041650566457124107
Binary11110011100001001110101010111011010010111110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38475; }

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

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

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

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

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

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

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

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