Html Css Color HEX #FF7271 Salmon

📋 copy color: '#FF7271'

red 255 ◦ green 114 ◦ blue 113

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

Shades of Salmon #FF7271

Tints of Salmon #FF7271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.65%

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

R = 52.9%
G = 23.65%
B = 23.44%

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

#FF7271 (or 0xFF7271) is known color: Salmon. HEX triplet: FF, 72 and 71. RGB value is (255,114,113). Sum of RGB (Red+Green+Blue) = 255+114+113=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7271 is #008D8E. Grayscale: #9C9C9C. Windows color (decimal): -36239 or 7435007. OLE color: 7435007.

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

Color convert

RGB 255 114 113 -
CMYK 0 0.55 0.56 0
HSL 0.42º 1% 0.72% -
HSV(B) 0.42º 0.56% 1% -
XYZ 50.24 34.49 19.63 -
YUV 156.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 255 114 113 0 0.55 0.56 0 0.42 1 0.72
Hex FF 72 71 0 37 38 0 0 64 48
Octal 377 162 161 0 67 70 0 0 144 110
Binary 11111111 1110010 1110001 0 110111 111000 0 0 1100100 1001000

Color Harmonies of #FF7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7271

Black with #FF7271

Text Example


Text Example

White with #FF7271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7271; }

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

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

background-color css

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

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

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

border-color css

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

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

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