#F67F6C

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

Shades of Salmon #F67F6C

Tints of Salmon #F67F6C

Color information

#F67F6C (or 0xF67F6C) is unknown color: approx Salmon. HEX triplet: F6, 7F and 6C. RGB value is (246,127,108). Sum of RGB (Red+Green+Blue) = 246+127+108=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67F6C is #098093. Grayscale: #A0A0A0. Windows color (decimal): -622740 or 7110646. OLE color: 7110646.

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

Color convert

RGB246127108-
CMYK00.480.560.04
HSL8.26º88.46%69.41%-
HSV(B)8.26º56.1%96.47%-
XYZ48.335.8518.56-
YUV160.4298.42189.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.14%
GREEN value IS 127 (50% from 255) = 26.40%
BLUE value IS 108 (42.58% from 255) = 22.45%
R=51.14%
G=26.40%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612710800.480.560.048.2688.4669.41
HexF67F6C03038485845
Octal36617715406070410130105
Binary11110110111111111011000110000111000100100010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67F6C; }

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

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

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

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

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

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

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

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