Html Css Color HEX #FF7971 Salmon

📋 copy color: '#FF7971'

red 255 ◦ green 121 ◦ blue 113

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

Shades of Salmon #FF7971

Tints of Salmon #FF7971

RGB

 RED value IS 255 (100% from 255) = 52.15%

 GREEN value IS 121 (47.66% from 255) = 24.74%

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

R = 52.15%
G = 24.74%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF7971 (or 0xFF7971) is known color: Salmon. HEX triplet: FF, 79 and 71. RGB value is (255,121,113). Sum of RGB (Red+Green+Blue) = 255+121+113=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7971 is #00868E. Grayscale: #A0A0A0. Windows color (decimal): -34447 or 7436799. OLE color: 7436799.

HSL color Cylindrical-coordinate representation of color #FF7971: hue angle of 3.38º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7971 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 121 113 -
CMYK 0 0.53 0.56 0
HSL 3.38º 1% 0.72% -
HSV(B) 3.38º 0.56% 1% -
XYZ 51.06 36.13 19.9 -
YUV 160.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 255 121 113 0 0.53 0.56 0 3.38 1 0.72
Hex FF 79 71 0 35 38 0 3 64 48
Octal 377 171 161 0 65 70 0 3 144 110
Binary 11111111 1111001 1110001 0 110101 111000 0 11 1100100 1001000

Color Harmonies of #FF7971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7971

Black with #FF7971

Text Example


Text Example

White with #FF7971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7971; }

 p { color: rgb(255,121,113); }

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

background-color css

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

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

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

border-color css

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

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

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