#F37768

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

Shades of Salmon #F37768

Tints of Salmon #F37768

Color information

#F37768 (or 0xF37768) is unknown color: approx Salmon. HEX triplet: F3, 77 and 68. RGB value is (243,119,104). Sum of RGB (Red+Green+Blue) = 243+119+104=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F37768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37768 is #0C8897. Grayscale: #9A9A9A. Windows color (decimal): -821400 or 6846451. OLE color: 6846451.

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

Color convert

RGB243119104-
CMYK00.510.570.05
HSL6.47º85.28%68.04%-
HSV(B)6.47º57.2%95.29%-
XYZ46.0633.2517.09-
YUV154.3799.58191.22-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.15%
GREEN value IS 119 (46.88% from 255) = 25.54%
BLUE value IS 104 (41.02% from 255) = 22.32%
R=52.15%
G=25.54%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311910400.510.570.056.4785.2868.04
HexF3776803339565544
Octal3631671500637156125104
Binary1111001111101111101000011001111100110111010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37768; }

 p { color: rgb(243,119,104); }

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

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

 a { background-color: rgb(243,119,104); }

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

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

 span { border-color: rgb(243,119,104); }

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