Html Css Color HEX #FE7E79 Salmon

📋 copy color: '#FE7E79'

red 254 ◦ green 126 ◦ blue 121

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

Shades of Salmon #FE7E79

Tints of Salmon #FE7E79

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.15%

 BLUE value IS 121 (47.66% from 255) = 24.15%

R = 50.7%
G = 25.15%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE7E79 (or 0xFE7E79) is known color: Salmon. HEX triplet: FE, 7E and 79. RGB value is (254,126,121). Sum of RGB (Red+Green+Blue) = 254+126+121=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7E79 is #018186. Grayscale: #A3A3A3. Windows color (decimal): -98695 or 7962366. OLE color: 7962366.

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

Color convert

RGB 254 126 121 -
CMYK 0 0.50 0.52 0.00
HSL 2.26º 0.99% 0.74% -
HSV(B) 2.26º 0.52% 1% -
XYZ 51.79 37.37 22.57 -
YUV 163.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 254 126 121 0 0.50 0.52 0.00 2.26 0.99 0.74
Hex FE 7E 79 0 32 34 0 2 63 4A
Octal 376 176 171 0 62 64 0 2 143 112
Binary 11111110 1111110 1111001 0 110010 110100 0 10 1100011 1001010

Color Harmonies of #FE7E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7E79

Black with #FE7E79

Text Example


Text Example

White with #FE7E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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