Html Css Color HEX #FE7171 Salmon

📋 copy color: '#FE7171'

red 254 ◦ green 113 ◦ blue 113

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

Shades of Salmon #FE7171

Tints of Salmon #FE7171

RGB

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

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

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

R = 52.92%
G = 23.54%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE7171 (or 0xFE7171) is known color: Salmon. HEX triplet: FE, 71 and 71. RGB value is (254,113,113). Sum of RGB (Red+Green+Blue) = 254+113+113=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7171 is #018E8E. Grayscale: #9B9B9B. Windows color (decimal): -102031 or 7434750. OLE color: 7434750.

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

Color convert

RGB 254 113 113 -
CMYK 0 0.56 0.56 0.00
HSL 0.99% 0.72% -
HSV(B) 0.56% 1% -
XYZ 49.76 34.07 19.58 -
YUV 155.16 104.21 198.5 -
System Red Green Blue C M Y K H S L
Decimal 254 113 113 0 0.56 0.56 0.00 0 0.99 0.72
Hex FE 71 71 0 38 38 0 0 63 48
Octal 376 161 161 0 70 70 0 0 143 110
Binary 11111110 1110001 1110001 0 111000 111000 0 0 1100011 1001000

Color Harmonies of #FE7171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7171

Black with #FE7171

Text Example


Text Example

White with #FE7171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7171; }

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

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

background-color css

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

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

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

border-color css

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

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

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