Html Css Color HEX #FF7C71 Salmon

📋 copy color: '#FF7C71'

red 255 ◦ green 124 ◦ blue 113

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

Shades of Salmon #FF7C71

Tints of Salmon #FF7C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.2%

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

R = 51.83%
G = 25.2%
B = 22.97%

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

#FF7C71 (or 0xFF7C71) is known color: Salmon. HEX triplet: FF, 7C and 71. RGB value is (255,124,113). Sum of RGB (Red+Green+Blue) = 255+124+113=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C71 is #00838E. Grayscale: #A2A2A2. Windows color (decimal): -33679 or 7437567. OLE color: 7437567.

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

Color convert

RGB 255 124 113 -
CMYK 0 0.51 0.56 0
HSL 4.65º 1% 0.72% -
HSV(B) 4.65º 0.56% 1% -
XYZ 51.43 36.87 20.03 -
YUV 161.92 100.4 194.39 -
System Red Green Blue C M Y K H S L
Decimal 255 124 113 0 0.51 0.56 0 4.65 1 0.72
Hex FF 7C 71 0 33 38 0 5 64 48
Octal 377 174 161 0 63 70 0 5 144 110
Binary 11111111 1111100 1110001 0 110011 111000 0 101 1100100 1001000

Color Harmonies of #FF7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7C71

Black with #FF7C71

Text Example


Text Example

White with #FF7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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