#F67770

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

Shades of Salmon #F67770

Tints of Salmon #F67770

Color information

#F67770 (or 0xF67770) is unknown color: approx Salmon. HEX triplet: F6, 77 and 70. RGB value is (246,119,112). Sum of RGB (Red+Green+Blue) = 246+119+112=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F67770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67770 is #09888F. Grayscale: #9C9C9C. Windows color (decimal): -624784 or 7370742. OLE color: 7370742.

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

Color convert

RGB246119112-
CMYK00.520.540.04
HSL3.13º88.16%70.2%-
HSV(B)3.13º54.47%96.47%-
XYZ47.5333.9619.38-
YUV156.17103.08192.07-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.57%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 112 (44.14% from 255) = 23.48%
R=51.57%
G=24.95%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611911200.520.540.043.1388.1670.2
HexF6777003436435846
Octal3661671600646643130106
Binary111101101110111111000001101001101101001110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67770; }

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

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

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

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

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

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

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

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