Html Css Color HEX #FF7371 Salmon

📋 copy color: '#FF7371'

red 255 ◦ green 115 ◦ blue 113

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

Shades of Salmon #FF7371

Tints of Salmon #FF7371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.4%

R = 52.8%
G = 23.81%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF7371 (or 0xFF7371) is known color: Salmon. HEX triplet: FF, 73 and 71. RGB value is (255,115,113). Sum of RGB (Red+Green+Blue) = 255+115+113=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7371 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7371 is #008C8E. Grayscale: #9C9C9C. Windows color (decimal): -35983 or 7435263. OLE color: 7435263.

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

Color convert

RGB 255 115 113 -
CMYK 0 0.55 0.56 0
HSL 0.85º 1% 0.72% -
HSV(B) 0.85º 0.56% 1% -
XYZ 50.35 34.71 19.67 -
YUV 156.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 255 115 113 0 0.55 0.56 0 0.85 1 0.72
Hex FF 73 71 0 37 38 0 1 64 48
Octal 377 163 161 0 67 70 0 1 144 110
Binary 11111111 1110011 1110001 0 110111 111000 0 1 1100100 1001000

Color Harmonies of #FF7371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7371

Black with #FF7371

Text Example


Text Example

White with #FF7371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7371; }

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

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

background-color css

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

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

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

border-color css

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

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

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