#F37F75

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

Shades of Salmon #F37F75

Tints of Salmon #F37F75

Color information

#F37F75 (or 0xF37F75) is unknown color: approx Salmon. HEX triplet: F3, 7F and 75. RGB value is (243,127,117). Sum of RGB (Red+Green+Blue) = 243+127+117=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37F75 is #0C808A. Grayscale: #A0A0A0. Windows color (decimal): -819339 or 7700467. OLE color: 7700467.

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

Color convert

RGB243127117-
CMYK00.480.520.05
HSL4.76º84%70.59%-
HSV(B)4.76º51.85%95.29%-
XYZ47.7635.5221.17-
YUV160.54103.43186.81-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.90%
GREEN value IS 127 (50% from 255) = 26.08%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=49.90%
G=26.08%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312711700.480.520.054.768470.59
HexF37F7503034555447
Octal3631771650606455124107
Binary1111001111111111110101011000011010010110110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37F75; }

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

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

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

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

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

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

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

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