Html Css Color HEX #FF7973 Salmon

📋 copy color: '#FF7973'

red 255 ◦ green 121 ◦ blue 115

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

Shades of Salmon #FF7973

Tints of Salmon #FF7973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.42%

R = 51.93%
G = 24.64%
B = 23.42%

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

#FF7973 (or 0xFF7973) is known color: Salmon. HEX triplet: FF, 79 and 73. RGB value is (255,121,115). Sum of RGB (Red+Green+Blue) = 255+121+115=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7973 is #00868C. Grayscale: #A0A0A0. Windows color (decimal): -34445 or 7567871. OLE color: 7567871.

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

Color convert

RGB 255 121 115 -
CMYK 0 0.53 0.55 0
HSL 2.57º 1% 0.73% -
HSV(B) 2.57º 0.55% 1% -
XYZ 51.17 36.17 20.5 -
YUV 160.38 102.39 195.49 -
System Red Green Blue C M Y K H S L
Decimal 255 121 115 0 0.53 0.55 0 2.57 1 0.73
Hex FF 79 73 0 35 37 0 3 64 49
Octal 377 171 163 0 65 67 0 3 144 111
Binary 11111111 1111001 1110011 0 110101 110111 0 11 1100100 1001001

Color Harmonies of #FF7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7973

Black with #FF7973

Text Example


Text Example

White with #FF7973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7973; }

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

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

background-color css

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

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

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

border-color css

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

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

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