#F37B6E

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

Shades of Salmon #F37B6E

Tints of Salmon #F37B6E

Color information

#F37B6E (or 0xF37B6E) is unknown color: approx Salmon. HEX triplet: F3, 7B and 6E. RGB value is (243,123,110). Sum of RGB (Red+Green+Blue) = 243+123+110=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F37B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37B6E is #0C8491. Grayscale: #9D9D9D. Windows color (decimal): -820370 or 7240691. OLE color: 7240691.

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

Color convert

RGB243123110-
CMYK00.490.550.05
HSL5.86º84.71%69.22%-
HSV(B)5.86º54.73%95.29%-
XYZ46.8634.3518.91-
YUV157.4101.26189.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.05%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 110 (43.36% from 255) = 23.11%
R=51.05%
G=25.84%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312311000.490.550.055.8684.7169.22
HexF37B6E03137565545
Octal3631731560616756125105
Binary1111001111110111101110011000111011110111010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37B6E; }

 p { color: rgb(243,123,110); }

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

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

 a { background-color: rgb(243,123,110); }

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

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

 span { border-color: rgb(243,123,110); }

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