#F67977

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

Shades of Salmon #F67977

Tints of Salmon #F67977

Color information

#F67977 (or 0xF67977) is unknown color: approx Salmon. HEX triplet: F6, 79 and 77. RGB value is (246,121,119). Sum of RGB (Red+Green+Blue) = 246+121+119=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F67977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67977 is #098688. Grayscale: #9E9E9E. Windows color (decimal): -624265 or 7830006. OLE color: 7830006.

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

Color convert

RGB246121119-
CMYK00.510.520.04
HSL0.94º87.59%71.57%-
HSV(B)0.94º51.63%96.47%-
XYZ48.1734.621.59-
YUV158.15105.91190.66-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.62%
GREEN value IS 121 (47.66% from 255) = 24.90%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=50.62%
G=24.90%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612111900.510.520.040.9487.5971.57
HexF6797703334415848
Octal3661711670636441130110
Binary11110110111100111101110110011110100100110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67977; }

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

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

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

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

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

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

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

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