#F77A6A

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

Shades of Salmon #F77A6A

Tints of Salmon #F77A6A

Color information

#F77A6A (or 0xF77A6A) is unknown color: approx Salmon. HEX triplet: F7, 7A and 6A. RGB value is (247,122,106). Sum of RGB (Red+Green+Blue) = 247+122+106=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77A6A is #088595. Grayscale: #9D9D9D. Windows color (decimal): -558486 or 6978295. OLE color: 6978295.

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

Color convert

RGB247122106-
CMYK00.510.570.03
HSL6.81º89.81%69.22%-
HSV(B)6.81º57.09%96.86%-
XYZ47.9234.7317.81-
YUV157.5598.91191.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52%
GREEN value IS 122 (48.05% from 255) = 25.68%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=52%
G=25.68%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712210600.510.570.036.8189.8169.22
HexF77A6A03339375a45
Octal3671721520637137132105
Binary111101111111010110101001100111110011111110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77A6A; }

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

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

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

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

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

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

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

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