Html Css Color HEX #FC7471 Salmon

📋 copy color: '#FC7471'

red 252 ◦ green 116 ◦ blue 113

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

Shades of Salmon #FC7471

Tints of Salmon #FC7471

RGB

 RED value IS 252 (98.83% from 255) = 52.39%

 GREEN value IS 116 (45.7% from 255) = 24.12%

 BLUE value IS 113 (44.53% from 255) = 23.49%

R = 52.39%
G = 24.12%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC7471 (or 0xFC7471) is known color: Salmon. HEX triplet: FC, 74 and 71. RGB value is (252,116,113). Sum of RGB (Red+Green+Blue) = 252+116+113=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7471 is #038B8E. Grayscale: #9C9C9C. Windows color (decimal): -232335 or 7435516. OLE color: 7435516.

HSL color Cylindrical-coordinate representation of color #FC7471: hue angle of 1.29º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC7471 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 116 113 -
CMYK 0 0.54 0.55 0.01
HSL 1.29º 0.96% 0.72% -
HSV(B) 1.29º 0.55% 0.99% -
XYZ 49.37 34.38 19.66 -
YUV 156.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 252 116 113 0 0.54 0.55 0.01 1.29 0.96 0.72
Hex FC 74 71 0 36 37 1 1 60 48
Octal 374 164 161 0 66 67 1 1 140 110
Binary 11111100 1110100 1110001 0 110110 110111 1 1 1100000 1001000

Color Harmonies of #FC7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7471

Black with #FC7471

Text Example


Text Example

White with #FC7471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7471; }

 p { color: rgb(252,116,113); }

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

background-color css

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

 a { background-color: rgb(252,116,113); }

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

border-color css

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

 span { border-color: rgb(252,116,113); }

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