Html Css Color HEX #FC7271 Salmon

📋 copy color: '#FC7271'

red 252 ◦ green 114 ◦ blue 113

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

Shades of Salmon #FC7271

Tints of Salmon #FC7271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.8%

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

R = 52.61%
G = 23.8%
B = 23.59%

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

#FC7271 (or 0xFC7271) is known color: Salmon. HEX triplet: FC, 72 and 71. RGB value is (252,114,113). Sum of RGB (Red+Green+Blue) = 252+114+113=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7271 is #038D8E. Grayscale: #9B9B9B. Windows color (decimal): -232847 or 7435004. OLE color: 7435004.

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

Color convert

RGB 252 114 113 -
CMYK 0 0.55 0.55 0.01
HSL 0.43º 0.96% 0.72% -
HSV(B) 0.43º 0.55% 0.99% -
XYZ 49.14 33.92 19.58 -
YUV 155.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 252 114 113 0 0.55 0.55 0.01 0.43 0.96 0.72
Hex FC 72 71 0 37 37 1 0 60 48
Octal 374 162 161 0 67 67 1 0 140 110
Binary 11111100 1110010 1110001 0 110111 110111 1 0 1100000 1001000

Color Harmonies of #FC7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7271

Black with #FC7271

Text Example


Text Example

White with #FC7271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7271; }

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

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

background-color css

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

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

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

border-color css

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

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

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