#F38271

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

Shades of Salmon #F38271

Tints of Salmon #F38271

Color information

#F38271 (or 0xF38271) is unknown color: approx Salmon. HEX triplet: F3, 82 and 71. RGB value is (243,130,113). Sum of RGB (Red+Green+Blue) = 243+130+113=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F38271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38271 is #0C7D8E. Grayscale: #A2A2A2. Windows color (decimal): -818575 or 7439091. OLE color: 7439091.

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

Color convert

RGB243130113-
CMYK00.470.530.05
HSL7.85º84.42%69.8%-
HSV(B)7.85º53.5%95.29%-
XYZ47.9336.2120.09-
YUV161.85100.44185.88-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 113 (44.53% from 255) = 23.25%
R=50%
G=26.75%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313011300.470.530.057.8584.4269.8
HexF3827102F35585446
Octal36320216105765510124106
Binary111100111000001011100010101111110101101100010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38271; }

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

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

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

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

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

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

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

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