#F38375

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

Shades of Salmon #F38375

Tints of Salmon #F38375

Color information

#F38375 (or 0xF38375) is unknown color: approx Salmon. HEX triplet: F3, 83 and 75. RGB value is (243,131,117). Sum of RGB (Red+Green+Blue) = 243+131+117=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F38375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38375 is #0C7C8A. Grayscale: #A3A3A3. Windows color (decimal): -818315 or 7701491. OLE color: 7701491.

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

Color convert

RGB243131117-
CMYK00.460.520.05
HSL6.67º84%70.59%-
HSV(B)6.67º51.85%95.29%-
XYZ48.2936.5721.34-
YUV162.89102.11185.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.49%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 117 (46.09% from 255) = 23.83%
R=49.49%
G=26.68%
B=23.83%

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
Decimal24313111700.460.520.056.678470.59
HexF3837502E34575447
Octal3632031650566457124107
Binary11110011100000111110101010111011010010111110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38375; }

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

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

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

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

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

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

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

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