#F67A6D

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

Shades of Salmon #F67A6D

Tints of Salmon #F67A6D

Color information

#F67A6D (or 0xF67A6D) is unknown color: approx Salmon. HEX triplet: F6, 7A and 6D. RGB value is (246,122,109). Sum of RGB (Red+Green+Blue) = 246+122+109=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67A6D is #098592. Grayscale: #9D9D9D. Windows color (decimal): -624019 or 7174902. OLE color: 7174902.

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

Color convert

RGB246122109-
CMYK00.500.560.04
HSL5.69º88.39%69.61%-
HSV(B)5.69º55.69%96.47%-
XYZ47.7334.6218.63-
YUV157.59100.58191.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.57%
GREEN value IS 122 (48.05% from 255) = 25.58%
BLUE value IS 109 (42.97% from 255) = 22.85%
R=51.57%
G=25.58%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612210900.500.560.045.6988.3969.61
HexF67A6D03238465846
Octal3661721550627046130106
Binary1111011011110101101101011001011100010011010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67A6D; }

 p { color: rgb(246,122,109); }

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

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

 a { background-color: rgb(246,122,109); }

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

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

 span { border-color: rgb(246,122,109); }

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