Html Css Color HEX #FE7A79 Salmon

📋 copy color: '#FE7A79'

red 254 ◦ green 122 ◦ blue 121

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

Shades of Salmon #FE7A79

Tints of Salmon #FE7A79

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.55%

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

R = 51.11%
G = 24.55%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE7A79 (or 0xFE7A79) is known color: Salmon. HEX triplet: FE, 7A and 79. RGB value is (254,122,121). Sum of RGB (Red+Green+Blue) = 254+122+121=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7A79 is #018586. Grayscale: #A1A1A1. Windows color (decimal): -99719 or 7961342. OLE color: 7961342.

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

Color convert

RGB 254 122 121 -
CMYK 0 0.52 0.52 0.00
HSL 0.45º 0.99% 0.74% -
HSV(B) 0.45º 0.52% 1% -
XYZ 51.28 36.37 22.41 -
YUV 161.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 254 122 121 0 0.52 0.52 0.00 0.45 0.99 0.74
Hex FE 7A 79 0 34 34 0 0 63 4A
Octal 376 172 171 0 64 64 0 0 143 112
Binary 11111110 1111010 1111001 0 110100 110100 0 0 1100011 1001010

Color Harmonies of #FE7A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7A79

Black with #FE7A79

Text Example


Text Example

White with #FE7A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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