Html Css Color HEX #FF7571 Salmon

📋 copy color: '#FF7571'

red 255 ◦ green 117 ◦ blue 113

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

Shades of Salmon #FF7571

Tints of Salmon #FF7571

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.12%

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

R = 52.58%
G = 24.12%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF7571 (or 0xFF7571) is known color: Salmon. HEX triplet: FF, 75 and 71. RGB value is (255,117,113). Sum of RGB (Red+Green+Blue) = 255+117+113=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7571 is #008A8E. Grayscale: #9D9D9D. Windows color (decimal): -35471 or 7435775. OLE color: 7435775.

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

Color convert

RGB 255 117 113 -
CMYK 0 0.54 0.56 0
HSL 1.69º 1% 0.72% -
HSV(B) 1.69º 0.56% 1% -
XYZ 50.58 35.17 19.75 -
YUV 157.81 102.72 197.33 -
System Red Green Blue C M Y K H S L
Decimal 255 117 113 0 0.54 0.56 0 1.69 1 0.72
Hex FF 75 71 0 36 38 0 2 64 48
Octal 377 165 161 0 66 70 0 2 144 110
Binary 11111111 1110101 1110001 0 110110 111000 0 10 1100100 1001000

Color Harmonies of #FF7571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7571

Black with #FF7571

Text Example


Text Example

White with #FF7571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7571; }

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

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

background-color css

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

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

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

border-color css

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

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

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