Html Css Color HEX #F4776A Salmon

📋 copy color: '#F4776A'

red 244 ◦ green 119 ◦ blue 106

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

Shades of Salmon #F4776A

Tints of Salmon #F4776A

RGB

 RED value IS 244 (95.7% from 255) = 52.03%

 GREEN value IS 119 (46.88% from 255) = 25.37%

 BLUE value IS 106 (41.8% from 255) = 22.6%

R = 52.03%
G = 25.37%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F4776A (or 0xF4776A) is known color: Salmon. HEX triplet: F4, 77 and 6A. RGB value is (244,119,106). Sum of RGB (Red+Green+Blue) = 244+119+106=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F4776A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4776A is #0B8895. Grayscale: #9B9B9B. Windows color (decimal): -755862 or 6977524. OLE color: 6977524.

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

Color convert

RGB 244 119 106 -
CMYK 0 0.51 0.57 0.04
HSL 5.65º 0.86% 0.69% -
HSV(B) 5.65º 0.57% 0.96% -
XYZ 46.51 33.47 17.64 -
YUV 154.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 244 119 106 0 0.51 0.57 0.04 5.65 0.86 0.69
Hex F4 77 6A 0 33 39 4 6 56 45
Octal 364 167 152 0 63 71 4 6 126 105
Binary 11110100 1110111 1101010 0 110011 111001 100 110 1010110 1000101

Color Harmonies of #F4776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4776A

Black with #F4776A

Text Example


Text Example

White with #F4776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4776A; }

 p { color: rgb(244,119,106); }

 H1.HeaderClassName
 {
   color: #F4776A;
 }
 .AnyTagClassName
 {
   color: #F4776A;
 }
</style>

background-color css

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

 a { background-color: rgb(244,119,106); }

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

border-color css

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

 span { border-color: rgb(244,119,106); }

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