#F67968

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

Shades of Salmon #F67968

Tints of Salmon #F67968

Color information

#F67968 (or 0xF67968) is unknown color: approx Salmon. HEX triplet: F6, 79 and 68. RGB value is (246,121,104). Sum of RGB (Red+Green+Blue) = 246+121+104=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F67968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67968 is #098697. Grayscale: #9C9C9C. Windows color (decimal): -624280 or 6846966. OLE color: 6846966.

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

Color convert

RGB246121104-
CMYK00.510.580.04
HSL7.18º88.75%68.63%-
HSV(B)7.18º57.72%96.47%-
XYZ47.3434.2717.22-
YUV156.4498.41191.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.23%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 104 (41.02% from 255) = 22.08%
R=52.23%
G=25.69%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612110400.510.580.047.1888.7568.63
HexF679680333A475945
Octal3661711500637247131105
Binary1111011011110011101000011001111101010011110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67968; }

 p { color: rgb(246,121,104); }

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

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

 a { background-color: rgb(246,121,104); }

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

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

 span { border-color: rgb(246,121,104); }

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