Html Css Color HEX #F77A6A Salmon

📋 copy color: '#F77A6A'

red 247 ◦ green 122 ◦ blue 106

#F77A6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #F77A6A

Tints of Salmon #F77A6A

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.8% from 255) = 22.32%

R = 52%
G = 25.68%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F77A6A (or 0xF77A6A) is known color: 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

RGB 247 122 106 -
CMYK 0 0.51 0.57 0.03
HSL 6.81º 0.9% 0.69% -
HSV(B) 6.81º 0.57% 0.97% -
XYZ 47.92 34.73 17.81 -
YUV 157.55 98.91 191.8 -
System Red Green Blue C M Y K H S L
Decimal 247 122 106 0 0.51 0.57 0.03 6.81 0.9 0.69
Hex F7 7A 6A 0 33 39 3 7 5A 45
Octal 367 172 152 0 63 71 3 7 132 105
Binary 11110111 1111010 1101010 0 110011 111001 11 111 1011010 1000101

Color Harmonies of #F77A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77A6A

Black with #F77A6A

Text Example


Text Example

White with #F77A6A

Text Example


Text Example

HTML Codes & Css Web 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>