Html Css Color HEX #FE7C78 Salmon

📋 copy color: '#FE7C78'

red 254 ◦ green 124 ◦ blue 120

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

Shades of Salmon #FE7C78

Tints of Salmon #FE7C78

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.9%

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

R = 51%
G = 24.9%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE7C78 (or 0xFE7C78) is known color: Salmon. HEX triplet: FE, 7C and 78. RGB value is (254,124,120). Sum of RGB (Red+Green+Blue) = 254+124+120=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7C78 is #018387. Grayscale: #A2A2A2. Windows color (decimal): -99208 or 7896318. OLE color: 7896318.

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

Color convert

RGB 254 124 120 -
CMYK 0 0.51 0.53 0.00
HSL 1.79º 0.99% 0.73% -
HSV(B) 1.79º 0.53% 1% -
XYZ 51.47 36.84 22.17 -
YUV 162.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 254 124 120 0 0.51 0.53 0.00 1.79 0.99 0.73
Hex FE 7C 78 0 33 35 0 2 63 49
Octal 376 174 170 0 63 65 0 2 143 111
Binary 11111110 1111100 1111000 0 110011 110101 0 10 1100011 1001001

Color Harmonies of #FE7C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7C78

Black with #FE7C78

Text Example


Text Example

White with #FE7C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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