Html Css Color HEX #FF7974 Salmon

📋 copy color: '#FF7974'

red 255 ◦ green 121 ◦ blue 116

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

Shades of Salmon #FF7974

Tints of Salmon #FF7974

RGB

 RED value IS 255 (100% from 255) = 51.83%

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

 BLUE value IS 116 (45.7% from 255) = 23.58%

R = 51.83%
G = 24.59%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF7974 (or 0xFF7974) is known color: Salmon. HEX triplet: FF, 79 and 74. RGB value is (255,121,116). Sum of RGB (Red+Green+Blue) = 255+121+116=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7974 is #00868B. Grayscale: #A0A0A0. Windows color (decimal): -34444 or 7633407. OLE color: 7633407.

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

Color convert

RGB 255 121 116 -
CMYK 0 0.53 0.55 0
HSL 2.16º 1% 0.73% -
HSV(B) 2.16º 0.55% 1% -
XYZ 51.23 36.2 20.81 -
YUV 160.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 255 121 116 0 0.53 0.55 0 2.16 1 0.73
Hex FF 79 74 0 35 37 0 2 64 49
Octal 377 171 164 0 65 67 0 2 144 111
Binary 11111111 1111001 1110100 0 110101 110111 0 10 1100100 1001001

Color Harmonies of #FF7974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7974

Black with #FF7974

Text Example


Text Example

White with #FF7974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7974; }

 p { color: rgb(255,121,116); }

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

background-color css

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

 a { background-color: rgb(255,121,116); }

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

border-color css

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

 span { border-color: rgb(255,121,116); }

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