#F38272

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

Shades of Salmon #F38272

Tints of Salmon #F38272

Color information

#F38272 (or 0xF38272) is unknown color: approx Salmon. HEX triplet: F3, 82 and 72. RGB value is (243,130,114). Sum of RGB (Red+Green+Blue) = 243+130+114=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F38272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38272 is #0C7D8D. Grayscale: #A2A2A2. Windows color (decimal): -818574 or 7504627. OLE color: 7504627.

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

Color convert

RGB243130114-
CMYK00.470.530.05
HSL7.44º84.31%70%-
HSV(B)7.44º53.09%95.29%-
XYZ47.9836.2320.38-
YUV161.96100.94185.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.90%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=49.90%
G=26.69%
B=23.41%

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
Decimal24313011400.470.530.057.4484.3170
HexF3827202F35575446
Octal3632021620576557124106
Binary11110011100000101110010010111111010110111110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38272; }

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

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

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

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

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

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

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

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