Html Css Color HEX #FF7D71 Salmon

📋 copy color: '#FF7D71'

red 255 ◦ green 125 ◦ blue 113

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

Shades of Salmon #FF7D71

Tints of Salmon #FF7D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.35%

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

R = 51.72%
G = 25.35%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF7D71 (or 0xFF7D71) is known color: Salmon. HEX triplet: FF, 7D and 71. RGB value is (255,125,113). Sum of RGB (Red+Green+Blue) = 255+125+113=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D71 is #00828E. Grayscale: #A2A2A2. Windows color (decimal): -33423 or 7437823. OLE color: 7437823.

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

Color convert

RGB 255 125 113 -
CMYK 0 0.51 0.56 0
HSL 5.07º 1% 0.72% -
HSV(B) 5.07º 0.56% 1% -
XYZ 51.55 37.12 20.07 -
YUV 162.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 255 125 113 0 0.51 0.56 0 5.07 1 0.72
Hex FF 7D 71 0 33 38 0 5 64 48
Octal 377 175 161 0 63 70 0 5 144 110
Binary 11111111 1111101 1110001 0 110011 111000 0 101 1100100 1001000

Color Harmonies of #FF7D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D71

Black with #FF7D71

Text Example


Text Example

White with #FF7D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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