#F38275

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

Shades of Salmon #F38275

Tints of Salmon #F38275

Color information

#F38275 (or 0xF38275) is unknown color: approx Salmon. HEX triplet: F3, 82 and 75. RGB value is (243,130,117). Sum of RGB (Red+Green+Blue) = 243+130+117=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F38275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38275 is #0C7D8A. Grayscale: #A2A2A2. Windows color (decimal): -818571 or 7701235. OLE color: 7701235.

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

Color convert

RGB243130117-
CMYK00.470.520.05
HSL6.19º84%70.59%-
HSV(B)6.19º51.85%95.29%-
XYZ48.1636.321.3-
YUV162.3102.44185.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.59%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=49.59%
G=26.53%
B=23.88%

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
Decimal24313011700.470.520.056.198470.59
HexF3827502F34565447
Octal3632021650576456124107
Binary11110011100000101110101010111111010010111010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38275; }

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

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

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

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

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

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

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

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