Html Css Color HEX #FE7978 Salmon

📋 copy color: '#FE7978'

red 254 ◦ green 121 ◦ blue 120

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

Shades of Salmon #FE7978

Tints of Salmon #FE7978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.24%

R = 51.31%
G = 24.44%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE7978 (or 0xFE7978) is known color: Salmon. HEX triplet: FE, 79 and 78. RGB value is (254,121,120). Sum of RGB (Red+Green+Blue) = 254+121+120=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7978 is #018687. Grayscale: #A0A0A0. Windows color (decimal): -99976 or 7895550. OLE color: 7895550.

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

Color convert

RGB 254 121 120 -
CMYK 0 0.52 0.53 0.00
HSL 0.45º 0.99% 0.73% -
HSV(B) 0.45º 0.53% 1% -
XYZ 51.1 36.1 22.04 -
YUV 160.65 105.06 194.58 -
System Red Green Blue C M Y K H S L
Decimal 254 121 120 0 0.52 0.53 0.00 0.45 0.99 0.73
Hex FE 79 78 0 34 35 0 0 63 49
Octal 376 171 170 0 64 65 0 0 143 111
Binary 11111110 1111001 1111000 0 110100 110101 0 0 1100011 1001001

Color Harmonies of #FE7978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7978

Black with #FE7978

Text Example


Text Example

White with #FE7978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7978; }

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

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

background-color css

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

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

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

border-color css

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

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

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