#F2766D

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

Shades of Salmon #F2766D

Tints of Salmon #F2766D

Color information

#F2766D (or 0xF2766D) is unknown color: approx Salmon. HEX triplet: F2, 76 and 6D. RGB value is (242,118,109). Sum of RGB (Red+Green+Blue) = 242+118+109=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2766D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2766D is #0D8992. Grayscale: #9A9A9A. Windows color (decimal): -887187 or 7173874. OLE color: 7173874.

HSL color Cylindrical-coordinate representation of color #F2766D: hue angle of 4.06º degrees, saturation: 0.84, 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 #F2766D is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB242118109-
CMYK00.510.550.05
HSL4.06º83.65%68.82%-
HSV(B)4.06º54.96%94.9%-
XYZ45.8632.9418.41-
YUV154.05102.58190.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.60%
GREEN value IS 118 (46.48% from 255) = 25.16%
BLUE value IS 109 (42.97% from 255) = 23.24%
R=51.60%
G=25.16%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211810900.510.550.054.0683.6568.82
HexF2766D03337545445
Octal3621661550636754124105
Binary1111001011101101101101011001111011110110010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2766D; }

 p { color: rgb(242,118,109); }

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

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

 a { background-color: rgb(242,118,109); }

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

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

 span { border-color: rgb(242,118,109); }

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