Html Css Color HEX #FF7373 Salmon

📋 copy color: '#FF7373'

red 255 ◦ green 115 ◦ blue 115

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

Shades of Salmon #FF7373

Tints of Salmon #FF7373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.71%

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

R = 52.58%
G = 23.71%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF7373 (or 0xFF7373) is known color: Salmon. HEX triplet: FF, 73 and 73. RGB value is (255,115,115). Sum of RGB (Red+Green+Blue) = 255+115+115=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7373 is #008C8C. Grayscale: #9D9D9D. Windows color (decimal): -35981 or 7566335. OLE color: 7566335.

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

Color convert

RGB 255 115 115 -
CMYK 0 0.55 0.55 0
HSL 1% 0.73% -
HSV(B) 0.55% 1% -
XYZ 50.47 34.76 20.27 -
YUV 156.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 255 115 115 0 0.55 0.55 0 0 1 0.73
Hex FF 73 73 0 37 37 0 0 64 49
Octal 377 163 163 0 67 67 0 0 144 111
Binary 11111111 1110011 1110011 0 110111 110111 0 0 1100100 1001001

Color Harmonies of #FF7373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7373

Black with #FF7373

Text Example


Text Example

White with #FF7373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7373; }

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

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

background-color css

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

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

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

border-color css

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

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

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