Html Css Color HEX #FC7171 Salmon

📋 copy color: '#FC7171'

red 252 ◦ green 113 ◦ blue 113

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

Shades of Salmon #FC7171

Tints of Salmon #FC7171

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.64%

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

R = 52.72%
G = 23.64%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC7171 (or 0xFC7171) is known color: Salmon. HEX triplet: FC, 71 and 71. RGB value is (252,113,113). Sum of RGB (Red+Green+Blue) = 252+113+113=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7171 is #038E8E. Grayscale: #9A9A9A. Windows color (decimal): -233103 or 7434748. OLE color: 7434748.

HSL color Cylindrical-coordinate representation of color #FC7171: hue angle of 0º 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 #FC7171 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 113 113 -
CMYK 0 0.55 0.55 0.01
HSL 0.96% 0.72% -
HSV(B) 0.55% 0.99% -
XYZ 49.03 33.7 19.54 -
YUV 154.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 252 113 113 0 0.55 0.55 0.01 0 0.96 0.72
Hex FC 71 71 0 37 37 1 0 60 48
Octal 374 161 161 0 67 67 1 0 140 110
Binary 11111100 1110001 1110001 0 110111 110111 1 0 1100000 1001000

Color Harmonies of #FC7171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7171

Black with #FC7171

Text Example


Text Example

White with #FC7171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7171; }

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

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

background-color css

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

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

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

border-color css

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

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

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