#F37F6C

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

Shades of Salmon #F37F6C

Tints of Salmon #F37F6C

Color information

#F37F6C (or 0xF37F6C) is unknown color: approx Salmon. HEX triplet: F3, 7F and 6C. RGB value is (243,127,108). Sum of RGB (Red+Green+Blue) = 243+127+108=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37F6C is #0C8093. Grayscale: #9F9F9F. Windows color (decimal): -819348 or 7110643. OLE color: 7110643.

HSL color Cylindrical-coordinate representation of color #F37F6C: hue angle of 8.44º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F37F6C is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB243127108-
CMYK00.480.560.05
HSL8.44º84.91%68.82%-
HSV(B)8.44º55.56%95.29%-
XYZ47.2635.3218.51-
YUV159.5298.93187.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.84%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 108 (42.58% from 255) = 22.59%
R=50.84%
G=26.57%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312710800.480.560.058.4484.9168.82
HexF37F6C03038585545
Octal36317715406070510125105
Binary11110011111111111011000110000111000101100010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37F6C; }

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

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

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

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

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

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

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

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