Html Css Color HEX #F47C73 Salmon

📋 copy color: '#F47C73'

red 244 ◦ green 124 ◦ blue 115

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

Shades of Salmon #F47C73

Tints of Salmon #F47C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.81%

R = 50.52%
G = 25.67%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F47C73 (or 0xF47C73) is known color: Salmon. HEX triplet: F4, 7C and 73. RGB value is (244,124,115). Sum of RGB (Red+Green+Blue) = 244+124+115=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47C73 is #0B838C. Grayscale: #9F9F9F. Windows color (decimal): -754573 or 7568628. OLE color: 7568628.

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

Color convert

RGB 244 124 115 -
CMYK 0 0.49 0.53 0.04
HSL 4.19º 0.85% 0.7% -
HSV(B) 4.19º 0.53% 0.96% -
XYZ 47.61 34.89 20.44 -
YUV 158.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 244 124 115 0 0.49 0.53 0.04 4.19 0.85 0.7
Hex F4 7C 73 0 31 35 4 4 55 46
Octal 364 174 163 0 61 65 4 4 125 106
Binary 11110100 1111100 1110011 0 110001 110101 100 100 1010101 1000110

Color Harmonies of #F47C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47C73

Black with #F47C73

Text Example


Text Example

White with #F47C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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