Html Css Color HEX #F47C76 Salmon

📋 copy color: '#F47C76'

red 244 ◦ green 124 ◦ blue 118

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

Shades of Salmon #F47C76

Tints of Salmon #F47C76

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.51%

 BLUE value IS 118 (46.48% from 255) = 24.28%

R = 50.21%
G = 25.51%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F47C76 (or 0xF47C76) is known color: Salmon. HEX triplet: F4, 7C and 76. RGB value is (244,124,118). Sum of RGB (Red+Green+Blue) = 244+124+118=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47C76 is #0B8389. Grayscale: #9F9F9F. Windows color (decimal): -754570 or 7765236. OLE color: 7765236.

HSL color Cylindrical-coordinate representation of color #F47C76: hue angle of 2.86º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F47C76 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 124 118 -
CMYK 0 0.49 0.52 0.04
HSL 2.86º 0.85% 0.71% -
HSV(B) 2.86º 0.52% 0.96% -
XYZ 47.79 34.96 21.37 -
YUV 159.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 244 124 118 0 0.49 0.52 0.04 2.86 0.85 0.71
Hex F4 7C 76 0 31 34 4 3 55 47
Octal 364 174 166 0 61 64 4 3 125 107
Binary 11110100 1111100 1110110 0 110001 110100 100 11 1010101 1000111

Color Harmonies of #F47C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47C76

Black with #F47C76

Text Example


Text Example

White with #F47C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47C76; }

 p { color: rgb(244,124,118); }

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

background-color css

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

 a { background-color: rgb(244,124,118); }

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

border-color css

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

 span { border-color: rgb(244,124,118); }

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