Html Css Color HEX #FA7271 Salmon

📋 copy color: '#FA7271'

red 250 ◦ green 114 ◦ blue 113

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

Shades of Salmon #FA7271

Tints of Salmon #FA7271

RGB

 RED value IS 250 (98.05% from 255) = 52.41%

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

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

R = 52.41%
G = 23.9%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA7271 (or 0xFA7271) is known color: Salmon. HEX triplet: FA, 72 and 71. RGB value is (250,114,113). Sum of RGB (Red+Green+Blue) = 250+114+113=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7271 is #058D8E. Grayscale: #9A9A9A. Windows color (decimal): -363919 or 7435002. OLE color: 7435002.

HSL color Cylindrical-coordinate representation of color #FA7271: hue angle of 0.44º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA7271 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 114 113 -
CMYK 0 0.54 0.55 0.02
HSL 0.44º 0.93% 0.71% -
HSV(B) 0.44º 0.55% 0.98% -
XYZ 48.42 33.55 19.55 -
YUV 154.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 250 114 113 0 0.54 0.55 0.02 0.44 0.93 0.71
Hex FA 72 71 0 36 37 2 0 5D 47
Octal 372 162 161 0 66 67 2 0 135 107
Binary 11111010 1110010 1110001 0 110110 110111 10 0 1011101 1000111

Color Harmonies of #FA7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7271

Black with #FA7271

Text Example


Text Example

White with #FA7271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7271; }

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

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

background-color css

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

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

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

border-color css

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

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

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