#F67774

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

Shades of Salmon #F67774

Tints of Salmon #F67774

Color information

#F67774 (or 0xF67774) is unknown color: approx Salmon. HEX triplet: F6, 77 and 74. RGB value is (246,119,116). Sum of RGB (Red+Green+Blue) = 246+119+116=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F67774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67774 is #09888B. Grayscale: #9C9C9C. Windows color (decimal): -624780 or 7632886. OLE color: 7632886.

HSL color Cylindrical-coordinate representation of color #F67774: hue angle of 1.38º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F67774 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB246119116-
CMYK00.520.530.04
HSL1.38º87.84%70.98%-
HSV(B)1.38º52.85%96.47%-
XYZ47.7634.0520.58-
YUV156.63105.08191.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.14%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 116 (45.70% from 255) = 24.12%
R=51.14%
G=24.74%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611911600.520.530.041.3887.8470.98
HexF6777403435415847
Octal3661671640646541130107
Binary11110110111011111101000110100110101100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67774; }

 p { color: rgb(246,119,116); }

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

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

 a { background-color: rgb(246,119,116); }

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

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

 span { border-color: rgb(246,119,116); }

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