Html Css Color HEX #FE7971 Salmon

📋 copy color: '#FE7971'

red 254 ◦ green 121 ◦ blue 113

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

Shades of Salmon #FE7971

Tints of Salmon #FE7971

RGB

 RED value IS 254 (99.61% from 255) = 52.05%

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

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

R = 52.05%
G = 24.8%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE7971 (or 0xFE7971) is known color: Salmon. HEX triplet: FE, 79 and 71. RGB value is (254,121,113). Sum of RGB (Red+Green+Blue) = 254+121+113=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7971 is #01868E. Grayscale: #A0A0A0. Windows color (decimal): -99983 or 7436798. OLE color: 7436798.

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

Color convert

RGB 254 121 113 -
CMYK 0 0.52 0.56 0.00
HSL 3.4º 0.99% 0.72% -
HSV(B) 3.4º 0.56% 1% -
XYZ 50.69 35.94 19.89 -
YUV 159.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 254 121 113 0 0.52 0.56 0.00 3.4 0.99 0.72
Hex FE 79 71 0 34 38 0 3 63 48
Octal 376 171 161 0 64 70 0 3 143 110
Binary 11111110 1111001 1110001 0 110100 111000 0 11 1100011 1001000

Color Harmonies of #FE7971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7971

Black with #FE7971

Text Example


Text Example

White with #FE7971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7971; }

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

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

background-color css

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

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

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

border-color css

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

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

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