#F77A6C

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

Shades of Salmon #F77A6C

Tints of Salmon #F77A6C

Color information

#F77A6C (or 0xF77A6C) is unknown color: approx Salmon. HEX triplet: F7, 7A and 6C. RGB value is (247,122,108). Sum of RGB (Red+Green+Blue) = 247+122+108=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77A6C is #088593. Grayscale: #9D9D9D. Windows color (decimal): -558484 or 7109367. OLE color: 7109367.

HSL color Cylindrical-coordinate representation of color #F77A6C: hue angle of 6.04º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F77A6C is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB247122108-
CMYK00.510.560.03
HSL6.04º89.68%69.61%-
HSV(B)6.04º56.28%96.86%-
XYZ48.0234.7818.37-
YUV157.7899.91191.64-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.78%
GREEN value IS 122 (48.05% from 255) = 25.58%
BLUE value IS 108 (42.58% from 255) = 22.64%
R=51.78%
G=25.58%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712210800.510.560.036.0489.6869.61
HexF77A6C03338365a46
Octal3671721540637036132106
Binary111101111111010110110001100111110001111010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77A6C; }

 p { color: rgb(247,122,108); }

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

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

 a { background-color: rgb(247,122,108); }

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

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

 span { border-color: rgb(247,122,108); }

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